diff options
Diffstat (limited to 'src/mysql_rpath.pl')
-rw-r--r-- | src/mysql_rpath.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mysql_rpath.pl b/src/mysql_rpath.pl deleted file mode 100644 index befa45a82..000000000 --- a/src/mysql_rpath.pl +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/perl -$data = `mysql_config --libs_r`; -$data =~ /-L(\S+)\s/; -$libpath = $1; -print "-Wl,--rpath -Wl,$libpath"; - |