Package: mxallowd / 1.9-2

fix-configure.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: mxallowd-1.9/configure
===================================================================
--- mxallowd-1.9.orig/configure	2012-03-19 13:26:39.000000000 +0100
+++ mxallowd-1.9/configure	2013-06-23 14:33:43.003041611 +0200
@@ -92,8 +92,6 @@
 	fi
 	echo "LIBPATH=\"-I${DIRNAME}\"" > Makefile
 
-	need_file "${LIBRARY_PATHS}" "libnetfilter_queue.a"
-
 	if [ "$?" -eq 1 ]; then
 		echo "libnetfilter_queue was not found. Please install package libnetfilter-queue1 or similar (depends on your distribution)."
 		exit 1