[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Enable build of libpcap-1.1.1 for GNU//Hurd



Package: libpcap
Version: 1.1.1-2
Severity: important
Tags: patch, upstream
User: debian-hurd@lists.debian.org
Usertags: hurd

Attached is a one-line patch to enable libpcap-1.1.1 to build from
source under GNU/Hurd. Should be applied last after the other patches.
Build tested. Might be applicable also for upstream?

Thanks,
Svante Signell
--- libpcap-1.1.1/configure.in.orig	2011-02-11 00:27:57.000000000 +0100
+++ libpcap-1.1.1/configure.in	2011-02-11 00:29:56.000000000 +0100
@@ -1221,7 +1221,7 @@
 	MAN_MISC_INFO=5
 	;;
 
-linux*|freebsd*|netbsd*|openbsd*|dragonfly*|kfreebsd*)
+linux*|freebsd*|netbsd*|openbsd*|dragonfly*|kfreebsd*|gnu*)
 	DYEXT="so"
 
 	#
--- libpcap-1.1.1/configure.orig	2011-02-11 00:27:57.000000000 +0100
+++ libpcap-1.1.1/configure	2011-02-11 00:30:50.000000000 +0100
@@ -9551,7 +9551,7 @@
 	MAN_MISC_INFO=5
 	;;
 
-linux*|freebsd*|netbsd*|openbsd*|dragonfly*|kfreebsd*)
+linux*|freebsd*|netbsd*|openbsd*|dragonfly*|kfreebsd*|gnu*)
 	DYEXT="so"
 
 	#

Reply to: