summaryrefslogtreecommitdiff
path: root/package/daq/patches/patch-configure_ac
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-17 09:58:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-17 09:58:21 +0100
commit2dfe345717ea5f2bfbd997508f294183fd170f7d (patch)
tree83617b6201edf071af3a9e5bcfad500d9c0a94d8 /package/daq/patches/patch-configure_ac
parent59e96ea14898e040ad21bd4a761f76812bace2c5 (diff)
parentd96c0b112460f4940a8a26617019fbef762ec49e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/daq/patches/patch-configure_ac')
-rw-r--r--package/daq/patches/patch-configure_ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/daq/patches/patch-configure_ac b/package/daq/patches/patch-configure_ac
new file mode 100644
index 000000000..4f8d40df3
--- /dev/null
+++ b/package/daq/patches/patch-configure_ac
@@ -0,0 +1,10 @@
+--- daq-2.0.0.orig/configure.ac 2012-09-06 17:17:23.000000000 +0200
++++ daq-2.0.0/configure.ac 2013-11-15 15:21:19.546122100 +0100
+@@ -179,7 +179,6 @@ AC_ARG_ENABLE(pcap-module,
+ [enable_pcap_module="$enableval"], [enable_pcap_module="$DEFAULT_ENABLE"])
+ if test "$enable_pcap_module" = yes; then
+ AC_CHECK_HEADER([pcap.h], [], [enable_pcap_module=no])
+- AC_CHECK_PCAP_VER("1.0.0")
+ if test "$enable_pcap_module" = yes; then
+ STATIC_LIBS="${STATIC_LIBS} -lpcap"
+ fi