Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 656572 | Differences between
and this patch

Collapse All | Expand All

(-)a/test/broker/c/Makefile (+2 lines)
Lines 13-19 Link Here
13
	$(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1
13
	$(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1
14
14
15
08-tls-psk-bridge.test : 08-tls-psk-bridge.c
15
08-tls-psk-bridge.test : 08-tls-psk-bridge.c
16
ifeq ($(WITH_BRIDGE),yes)
16
	$(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1
17
	$(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1
18
endif
17
19
18
20
19
reallyclean : clean
21
reallyclean : clean

Return to bug 656572