opnsense-ports/security/bruteblock/files/patch-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
418 B
Text

--- Makefile.orig 2006-08-20 10:22:37.000000000 +0400
+++ Makefile 2009-03-24 22:12:58.000000000 +0300
@@ -18,7 +18,7 @@
bruteblock: $(BRUTEBLOCK_OBJS) iniparse/libiniparser.a
$(CC) $(LDFLAGS) -o $@ $(BRUTEBLOCK_OBJS) $(EXTRA_LIBS)
-bruteblockd: $(BRUTEBLOCKD_OBJS) pidfile.h
+bruteblockd: $(BRUTEBLOCKD_OBJS) iniparse/libiniparser.a pidfile.h
$(CC) $(LDFLAGS) -o $@ $(BRUTEBLOCKD_OBJS) $(EXTRA_LIBS)
clean: