Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] libpcap: fixup pcap-config
@ 2013-02-03  6:04 Baruch Siach
  2013-02-03  6:04 ` [Buildroot] [PATCHv5 2/2] wireshark: new package Baruch Siach
  2013-02-04 22:53 ` [Buildroot] [PATCH 1/2] libpcap: fixup pcap-config Peter Korsgaard
  0 siblings, 2 replies; 13+ messages in thread
From: Baruch Siach @ 2013-02-03  6:04 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---

This patch depends on Stefan's LIBFOO_CONFIG_FIXUP patch. pcap-config still
insists on adding the build machine RPATH to its --libs output. Sould I add a
libcap specific fixup for this?

 package/libpcap/libpcap.mk |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libpcap/libpcap.mk b/package/libpcap/libpcap.mk
index 7e68f51..5be61bf 100644
--- a/package/libpcap/libpcap.mk
+++ b/package/libpcap/libpcap.mk
@@ -24,6 +24,7 @@ LIBPCAP_DEPENDENCIES = zlib
 LIBPCAP_CONF_ENV = ac_cv_linux_vers=2 \
 		ac_cv_header_linux_wireless_h=yes # configure misdetects this
 LIBPCAP_CONF_OPT = --disable-yydebug --with-pcap=linux
+LIBPCAP_CONFIG_FIXUP = pcap-config
 
 ifeq ($(BR2_PACKAGE_LIBUSB),y)
 LIBPCAP_CONF_OPT += --enable-canusb
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-02-15 20:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-03  6:04 [Buildroot] [PATCH 1/2] libpcap: fixup pcap-config Baruch Siach
2013-02-03  6:04 ` [Buildroot] [PATCHv5 2/2] wireshark: new package Baruch Siach
2013-02-03 12:11   ` Stefan Fröberg
2013-02-14  4:56     ` Baruch Siach
2013-02-14 15:05       ` Stefan Fröberg
2013-02-14 15:43         ` Stefan Fröberg
2013-02-14 15:52           ` Stefan Fröberg
2013-02-15 11:51             ` Baruch Siach
2013-02-15 12:12               ` Stefan Fröberg
2013-02-15 12:20                 ` Baruch Siach
2013-02-15 20:34                   ` Stefan Fröberg
2013-02-15 20:38                     ` Stefan Fröberg
2013-02-04 22:53 ` [Buildroot] [PATCH 1/2] libpcap: fixup pcap-config Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox