mk/test.mk: use LDFLAGS when linking too.

This commit is contained in:
Juan RP 2014-10-06 14:34:16 +02:00
parent ce7b2c97c6
commit 0e65b2596b

View File

@ -36,5 +36,5 @@ uninstall:
$(TEST): $(OBJS)
@printf " [CCLD]\t\t$@\n"
${SILENT}$(CC) $^ $(CPPFLAGS) -L$(TOPDIR)/lib $(CFLAGS) \
$(PROG_CFLAGS) -lxbps -latf-c -o $@
$(PROG_CFLAGS) $(LDFLAGS) -lxbps -latf-c -o $@