For FreeBSD ports

see #495
This commit is contained in:
Thomas Bernard 2020-10-22 20:45:15 +02:00
parent a3522723ae
commit 04e245258e
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ dox: miniupnpd.doxyconf
$(DOXYGEN) $>
miniupnpd: $(ALLOBJS)
$(CC) $(LDFLAGS) -o $@ $(ALLOBJS) $(LIBS)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(ALLOBJS) $(LIBS)
# BSDmake :
# $(CC) $(LDFLAGS) -o $@ $> $(LIBS)