From 425337dbe02c0c79e8221fb22138940d4e497902 Mon Sep 17 00:00:00 2001 From: special Date: Tue, 21 Nov 2006 22:05:53 +0000 Subject: Fixed gnutls_rpath.pl to do rpath for all paths, not just gnutls - this fixes an issue with systems that want to use libgcrypt or libgpg-error in nonstandard locations git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5781 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/gnutls_rpath.pl | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/gnutls_rpath.pl (limited to 'src/gnutls_rpath.pl') diff --git a/src/gnutls_rpath.pl b/src/gnutls_rpath.pl deleted file mode 100644 index f47445581..000000000 --- a/src/gnutls_rpath.pl +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/perl -$data = `libgnutls-config --libs`; -$data =~ /-L(\S+)\s/; -$libpath = $1; -print "-Wl,--rpath -Wl,$libpath"; - -- cgit v1.2.3