diff options
author | TBK <tbk@jjtc.dk> | 2017-12-02 17:01:26 +0100 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-12-15 12:46:19 +0000 |
commit | c7054f04ca2564f83a1f8584c51980f47d479bfc (patch) | |
tree | 37b2260216230a870775d949407bae13683cef1b /main/mosquitto/test_broker_makefile.patch | |
parent | 47618ea92edecc42d4c93a2cadc1d0406068df8b (diff) | |
download | aports-c7054f04ca2564f83a1f8584c51980f47d479bfc.tar.bz2 aports-c7054f04ca2564f83a1f8584c51980f47d479bfc.tar.xz |
main/mosquitto: rebuild against libwebsockets 2.4.1; modernize
Diffstat (limited to 'main/mosquitto/test_broker_makefile.patch')
-rw-r--r-- | main/mosquitto/test_broker_makefile.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/main/mosquitto/test_broker_makefile.patch b/main/mosquitto/test_broker_makefile.patch new file mode 100644 index 0000000000..afd1889fea --- /dev/null +++ b/main/mosquitto/test_broker_makefile.patch @@ -0,0 +1,14 @@ +# https://github.com/eclipse/mosquitto/issues/636 +--- a/test/broker/Makefile ++++ b/test/broker/Makefile +@@ -89,8 +89,10 @@ + ./08-ssl-connect-identity.py + ./08-ssl-connect-no-identity.py + ./08-ssl-bridge.py ++ifeq ($(WITH_TLS_PSK),yes) + ./08-tls-psk-pub.py + ./08-tls-psk-bridge.py ++endif + endif + + 09 : |