summaryrefslogtreecommitdiff
path: root/src/gnutls_rpath.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnutls_rpath.pl')
-rw-r--r--src/gnutls_rpath.pl6
1 files changed, 0 insertions, 6 deletions
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";
-