Index: tests/conf/Makefile =================================================================== --- tests/conf/Makefile (revision 5825) +++ tests/conf/Makefile (revision 5826) @@ -45,6 +45,7 @@ all: conftest conftest: $(OBJS) $(LIB_3RD_OBJS) $(LIB_PCB_OBJS) $(LIB_PLUGIN_OBJS) + $(CC) $(LDFLAGS) $(OBJS) $(LIB_3RD_OBJS) $(LIB_PCB_OBJS) $(LIB_PLUGIN_OBJS) -o conftest conftest.o: conftest.c