Line 0
Link Here
|
|
|
1 |
--- Makefile.orig 2014-06-30 12:03:05 UTC |
2 |
+++ Makefile |
3 |
@@ -204,7 +204,7 @@ depend: config.h |
4 |
testgetroute.c testportinuse.c testasyncsendto.c |
5 |
|
6 |
miniupnpd: config.h $(ALLOBJS) |
7 |
- $(CC) $(CFLAGS) -o $@ $(ALLOBJS) $(LIBS) |
8 |
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ALLOBJS) $(LIBS) |
9 |
|
10 |
# BSDmake : |
11 |
# $(CC) $(CFLAGS) -o $@ $> $(LIBS) |