diff options
author | Lucas Ramage <ramage.lucas@openmailbox.org> | 2018-04-26 17:19:14 +0000 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-04-30 03:26:19 +0200 |
commit | a10e73daa7b72d562e006beb77817712dbb606e5 (patch) | |
tree | af5b265d05f05f431b8fde34f3434dae9b3e3f69 /app-misc/mosquitto/files | |
parent | dev-vcs/subversion: Mark ~hppa too. (diff) | |
download | gentoo-a10e73daa7b72d562e006beb77817712dbb606e5.tar.gz gentoo-a10e73daa7b72d562e006beb77817712dbb606e5.tar.bz2 gentoo-a10e73daa7b72d562e006beb77817712dbb606e5.zip |
app-misc/mosquitto: fix conditional tests for v1.4.15
Closes: https://bugs.gentoo.org/650632
Closes: https://bugs.gentoo.org/653238
Closes: https://github.com/gentoo/gentoo/pull/8027
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-misc/mosquitto/files')
-rw-r--r-- | app-misc/mosquitto/files/mosquitto-1.4.15-conditional-tests.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-misc/mosquitto/files/mosquitto-1.4.15-conditional-tests.patch b/app-misc/mosquitto/files/mosquitto-1.4.15-conditional-tests.patch new file mode 100644 index 000000000000..1642597c5620 --- /dev/null +++ b/app-misc/mosquitto/files/mosquitto-1.4.15-conditional-tests.patch @@ -0,0 +1,12 @@ +--- a/test/broker/c/Makefile 2016-02-14 14:36:55.000000000 +0000 ++++ b/test/broker/c/Makefile 2016-05-05 09:40:31.440608209 +0100 +@@ -13,7 +13,9 @@ + $(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1 + + 08-tls-psk-bridge.test : 08-tls-psk-bridge.c ++ifeq ($(WITH_BRIDGE),yes) + $(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1 ++endif + + + reallyclean : clean |