ports/net/mosquitto/patches/patch-test_lib_c_Makefile

13 lines
283 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: test/lib/c/Makefile
--- test/lib/c/Makefile.orig
+++ test/lib/c/Makefile
@@ -3,7 +3,7 @@ include ../../../config.mk
.PHONY: all clean reallyclean
CFLAGS=-I../../../include -Werror
-LIBS=../../../lib/libmosquitto.so.1
+LIBS=${WRKLIB}
SRC = \
01-con-discon-success.c \