diff options
Diffstat (limited to 'package/libpcap/patches/patch-pcap-config_in')
-rw-r--r-- | package/libpcap/patches/patch-pcap-config_in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/package/libpcap/patches/patch-pcap-config_in b/package/libpcap/patches/patch-pcap-config_in deleted file mode 100644 index 2a73106a4..000000000 --- a/package/libpcap/patches/patch-pcap-config_in +++ /dev/null @@ -1,27 +0,0 @@ ---- libpcap-1.2.1.orig/pcap-config.in 2011-03-28 22:37:56.000000000 +0200 -+++ libpcap-1.2.1/pcap-config.in 2012-03-24 11:15:47.343023269 +0100 -@@ -36,16 +36,6 @@ do - esac - shift - done --if [ "$V_RPATH_OPT" != "" ] --then -- # -- # If libdir isn't /usr/lib, add it to the run-time linker path. -- # -- if [ "$libdir" != "/usr/lib" ] -- then -- RPATH=$V_RPATH_OPT$libdir -- fi --fi - if [ "$static" = 1 ] - then - # -@@ -84,6 +74,6 @@ else - echo "-I$includedir" - elif [ "$show_libs" = 1 ] - then -- echo "-L$libdir $RPATH -lpcap" -+ echo "-L$libdir -lpcap" - fi - fi |