summaryrefslogtreecommitdiff
path: root/packages/p3scan/files/dont-search-use-include.patch
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-10-13 07:54:54 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-10-13 07:54:54 +0000
commited73ca098e3c44c6a08604500876552ffd023b47 (patch)
treef5cb2bd9413f902ede7be99ef0c9b5fb1cba07db /packages/p3scan/files/dont-search-use-include.patch
parent2de2711091ecf78d37a4dbf7abd2ac912bdd744b (diff)
p3scan 2.9.05d: Add p3scan, a transparent proxy for POP3, POP3S and SMTP
with virus scanning support. Default configuration uses clamav directly via libclamav.
Diffstat (limited to 'packages/p3scan/files/dont-search-use-include.patch')
-rw-r--r--packages/p3scan/files/dont-search-use-include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/p3scan/files/dont-search-use-include.patch b/packages/p3scan/files/dont-search-use-include.patch
new file mode 100644
index 0000000000..91723ce1b6
--- /dev/null
+++ b/packages/p3scan/files/dont-search-use-include.patch
@@ -0,0 +1,11 @@
+--- p3scan-2.9.05d/configure.in 2006/10/12 00:49:31 1.1
++++ p3scan-2.9.05d/configure.in 2006/10/12 00:49:41
+@@ -34,8 +34,6 @@
+ # Checks for libraries.
+
+ AC_CHECK_LIB(pthread, pthread_create, [], [AC_MSG_ERROR([library 'pthread' is required!])])
+-LDFLAGS="$LDFLAGS -L/usr/lib/pthread"
+-CPPFLAGS="$CPPFLAGS -I/usr/include/pthread"
+
+ # Checks for header files.
+ AC_HEADER_DIRENT