configure: explicitly link dynamic executables to the shared library.

This commit is contained in:
Juan RP
2012-07-19 16:30:53 +02:00
parent ef5743dfe5
commit eb02d30791
2 changed files with 1 additions and 3 deletions

View File

@@ -50,5 +50,5 @@ $(BIN).static: $(OBJS)
$(BIN): $(OBJS)
@printf " [CCLD]\t\t$@\n"
${SILENT}$(CC) $^ $(CPPFLAGS) -L$(TOPDIR)/lib $(CFLAGS) \
$(PROG_CFLAGS) $(LDFLAGS) $(PROG_LDFLAGS) -o $@
$(PROG_CFLAGS) $(LDFLAGS) -lxbps -o $@