diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-24 12:07:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-24 12:07:28 +0100 |
commit | ac46e350e174e78a55a348eda775665ae0eb3277 (patch) | |
tree | 5574ba5e9a7108554683edb25bcd4b99599b8fa7 /package/libpcap/patches/patch-pcap-config_in | |
parent | 89aa2adc650176b493075e1d8e64f1b6cc635d90 (diff) |
update gcc, glibc and fix build breakage
Diffstat (limited to 'package/libpcap/patches/patch-pcap-config_in')
-rw-r--r-- | package/libpcap/patches/patch-pcap-config_in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/package/libpcap/patches/patch-pcap-config_in b/package/libpcap/patches/patch-pcap-config_in index b50f6fb48..2a73106a4 100644 --- a/package/libpcap/patches/patch-pcap-config_in +++ b/package/libpcap/patches/patch-pcap-config_in @@ -1,27 +1,27 @@ ---- libpcap-1.1.1.orig/pcap-config.in 2010-03-12 02:56:54.000000000 +0100 -+++ libpcap-1.1.1/pcap-config.in 2011-01-06 21:29:12.000000000 +0100 -@@ -29,16 +29,6 @@ do +--- 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@" != "" ] +-if [ "$V_RPATH_OPT" != "" ] -then - # - # If libdir isn't /usr/lib, add it to the run-time linker path. - # -- if [ "@libdir@" != "/usr/lib" ] +- if [ "$libdir" != "/usr/lib" ] - then -- RPATH=@V_RPATH_OPT@@libdir@ +- RPATH=$V_RPATH_OPT$libdir - fi -fi if [ "$static" = 1 ] then # -@@ -77,6 +67,6 @@ else - echo "-I@includedir@" +@@ -84,6 +74,6 @@ else + echo "-I$includedir" elif [ "$show_libs" = 1 ] then -- echo "-L@libdir@ $RPATH -lpcap" -+ echo "-L@libdir@ -lpcap" +- echo "-L$libdir $RPATH -lpcap" ++ echo "-L$libdir -lpcap" fi fi |