* [gentoo-commits] gentoo-x86 commit in net-libs/libpcap/files: libpcap-1.2.0-cross-linux.patch
@ 2011-12-16 17:30 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2011-12-16 17:30 UTC (permalink / raw
To: gentoo-commits
jer 11/12/16 17:30:38
Added: libpcap-1.2.0-cross-linux.patch
Log:
Version bump thanks to Michael (kensington) and Yun Zheng Hu (bug #393085).
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Revision Changes Path
1.1 net-libs/libpcap/files/libpcap-1.2.0-cross-linux.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/files/libpcap-1.2.0-cross-linux.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/files/libpcap-1.2.0-cross-linux.patch?rev=1.1&content-type=text/plain
Index: libpcap-1.2.0-cross-linux.patch
===================================================================
--- a/libpcap-1.2.0/configure.in
+++ b/libpcap-1.2.0/configure.in
@@ -291,7 +291,12 @@
dnl XXX This could be done for cross-compiling, but for now it's not.
dnl
if test -z "$with_pcap" && test "$cross_compiling" = yes; then
- AC_MSG_ERROR(pcap type not determined when cross-compiling; use --with-pcap=...)
+ if test -z "$with_pcap" ; then
+ case $host in
+ *-linux*) with_pcap="linux";;
+ *) AC_MSG_ERROR(pcap type not determined when cross-compiling; use --with-pcap=...);;
+ esac
+ fi
fi
AC_ARG_WITH(pcap,
AC_HELP_STRING([--with-pcap=TYPE],[use packet capture TYPE]))
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libpcap/files: libpcap-1.2.0-cross-linux.patch
@ 2014-09-17 10:14 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2014-09-17 10:14 UTC (permalink / raw
To: gentoo-commits
jer 14/09/17 10:14:57
Modified: libpcap-1.2.0-cross-linux.patch
Log:
Clean up patch.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.2 net-libs/libpcap/files/libpcap-1.2.0-cross-linux.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/files/libpcap-1.2.0-cross-linux.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/files/libpcap-1.2.0-cross-linux.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/files/libpcap-1.2.0-cross-linux.patch?r1=1.1&r2=1.2
Index: libpcap-1.2.0-cross-linux.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/files/libpcap-1.2.0-cross-linux.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libpcap-1.2.0-cross-linux.patch 16 Dec 2011 17:30:38 -0000 1.1
+++ libpcap-1.2.0-cross-linux.patch 17 Sep 2014 10:14:57 -0000 1.2
@@ -1,5 +1,5 @@
---- a/libpcap-1.2.0/configure.in
-+++ b/libpcap-1.2.0/configure.in
+--- a/configure.in
++++ b/configure.in
@@ -291,7 +291,12 @@
dnl XXX This could be done for cross-compiling, but for now it's not.
dnl
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-17 10:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-17 10:14 [gentoo-commits] gentoo-x86 commit in net-libs/libpcap/files: libpcap-1.2.0-cross-linux.patch Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2011-12-16 17:30 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox