patch file cleanup... ick.. kaloz you owe me some love
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6526 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
14
net/peerguardian/patches/001-no_host_includes.patch
Normal file
14
net/peerguardian/patches/001-no_host_includes.patch
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user