Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark/files: wireshark-1.8.1-ldflags.patch
Date: Wed, 30 Jan 2013 01:56:27
Message-Id: 20130130015624.1EDB82171E@flycatcher.gentoo.org
1 jer 13/01/30 01:56:24
2
3 Modified: wireshark-1.8.1-ldflags.patch
4 Log:
5 Version bump. Expand -L/usr/lib abuse prevention.
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.2 net-analyzer/wireshark/files/wireshark-1.8.1-ldflags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.8.1-ldflags.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.8.1-ldflags.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.8.1-ldflags.patch?r1=1.1&r2=1.2
15
16 Index: wireshark-1.8.1-ldflags.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.8.1-ldflags.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- wireshark-1.8.1-ldflags.patch 7 Aug 2012 09:02:02 -0000 1.1
23 +++ wireshark-1.8.1-ldflags.patch 30 Jan 2013 01:56:23 -0000 1.2
24 @@ -10,3 +10,57 @@
25 else
26 AC_MSG_RESULT(no)
27 fi
28 +@@ -648,7 +648,7 @@
29 + #
30 + # Arrange that we search for libraries in "/usr/local/lib".
31 + #
32 +- AC_WIRESHARK_ADD_DASH_L(LDFLAGS, /usr/local/lib)
33 ++# AC_WIRESHARK_ADD_DASH_L(LDFLAGS, /usr/local/lib)
34 + else
35 + AC_MSG_RESULT(no)
36 + fi
37 +@@ -1469,7 +1469,7 @@
38 + want_libcap=yes
39 + elif test -d "$withval"; then
40 + want_libcap=yes
41 +- AC_WIRESHARK_ADD_DASH_L(LDFLAGS, ${withval}/lib)
42 ++# AC_WIRESHARK_ADD_DASH_L(LDFLAGS, ${withval}/lib)
43 + fi
44 + ])
45 + if test "x$with_libcap" = "xno" ; then
46 +@@ -1500,7 +1500,7 @@
47 + want_ssl=yes
48 + elif test -d "$withval"; then
49 + want_ssl=yes
50 +- AC_WIRESHARK_ADD_DASH_L(LDFLAGS, ${withval}/lib)
51 ++# AC_WIRESHARK_ADD_DASH_L(LDFLAGS, ${withval}/lib)
52 + fi
53 + ],[
54 + want_ssl=no
55 +@@ -1565,7 +1565,7 @@
56 + want_c_ares=yes
57 + elif test -d "$withval"; then
58 + want_c_ares=yes
59 +- AC_WIRESHARK_ADD_DASH_L(LDFLAGS, ${withval}/lib)
60 ++# AC_WIRESHARK_ADD_DASH_L(LDFLAGS, ${withval}/lib)
61 + fi
62 + ])
63 + if test "x$want_c_ares" = "xno" ; then
64 +@@ -1590,7 +1590,7 @@
65 + want_adns=yes
66 + elif test -d "$withval"; then
67 + want_adns=yes
68 +- AC_WIRESHARK_ADD_DASH_L(LDFLAGS, ${withval}/lib)
69 ++# AC_WIRESHARK_ADD_DASH_L(LDFLAGS, ${withval}/lib)
70 + fi
71 + ])
72 + if test "x$want_adns" = "xno" -o "x$have_good_c_ares" = "xyes" ; then
73 +@@ -1615,7 +1615,7 @@
74 + want_geoip=yes
75 + elif test -d "$withval"; then
76 + want_geoip=yes
77 +- AC_WIRESHARK_ADD_DASH_L(LDFLAGS, ${withval}/lib)
78 ++# AC_WIRESHARK_ADD_DASH_L(LDFLAGS, ${withval}/lib)
79 + fi
80 + ])
81 + if test "x$want_geoip" = "xno"; then