net/miniupnpd: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
31eedecd1f
commit
91bec29bea
1 changed files with 11 additions and 0 deletions
11
net/miniupnpd/files/patch-Makefile
Normal file
11
net/miniupnpd/files/patch-Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.orig 2014-06-30 12:03:05 UTC
|
||||
+++ Makefile
|
||||
@@ -204,7 +204,7 @@ depend: config.h
|
||||
testgetroute.c testportinuse.c testasyncsendto.c
|
||||
|
||||
miniupnpd: config.h $(ALLOBJS)
|
||||
- $(CC) $(CFLAGS) -o $@ $(ALLOBJS) $(LIBS)
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ALLOBJS) $(LIBS)
|
||||
|
||||
# BSDmake :
|
||||
# $(CC) $(CFLAGS) -o $@ $> $(LIBS)
|
||||
Loading…
Add table
Reference in a new issue