packages/net/peerguardian/patches/01-no_host_includes.patch

15 lines
644 B
Diff
Raw Normal View History

diff -ruN pglinux-1.5beta-old/Makefile.in pglinux-1.5beta-new/Makefile.in
--- pglinux-1.5beta-old/Makefile.in 2005-03-31 09:40:29.000000000 +0200
+++ pglinux-1.5beta-new/Makefile.in 2006-10-31 17:04:22.000000000 +0100
@@ -74,8 +74,8 @@
pgtext_SOURCES = pgtext.cpp
peerguardnf_LDADD = -lipq -lpthread
pgtext_LDADD = -lncurses -lpthread
-peerguardnf_LDFLAGS = $(all_includes) -I/usr/include/libipq
-AM_CPPFLAGS = $(ALL_INCLUDES) -I/usr/include/libipq
+peerguardnf_LDFLAGS = $(all_includes)
+AM_CPPFLAGS = $(ALL_INCLUDES)
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
CONFIG_HEADER = config.h