]> git.pld-linux.org Git - packages/ulogd.git/commitdiff
- fix for building ulogd 2.x with pcap
authorhawk <hawk@pld-linux.org>
Fri, 18 Sep 2009 20:51:29 +0000 (20:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ulogd-ac.patch -> 1.1

ulogd-ac.patch [new file with mode: 0644]

diff --git a/ulogd-ac.patch b/ulogd-ac.patch
new file mode 100644 (file)
index 0000000..c3506b9
--- /dev/null
@@ -0,0 +1,11 @@
+--- acinclude.m4.orig  2009-03-06 18:54:04.000000000 +0100
++++ acinclude.m4       2009-09-18 20:28:22.201107773 +0200
+@@ -207,7 +207,7 @@
+ AC_ARG_WITH(pcap,
+       [  --with-pcap=PREFIX           Prefix of your libpcap installation],
+-      [pcap_prefix=$withval], [pcap_prefix=])
++      [pcap=$withval], [pcap_prefix=])
+ AC_ARG_WITH(pcap-inc,
+       [  --with-pcap-inc=PATH         Path to the include directory of pcap],
+       [pcap_inc=$withval], [pcap_inc=/usr/include])
This page took 0.029261 seconds and 4 git commands to generate.