aboutsummaryrefslogtreecommitdiffstats
path: root/main/mosquitto/config.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-06-01 11:18:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-01 11:18:05 +0000
commit3cb9917a4d106551b92aecdc8d7ea96816b98504 (patch)
treecea8aafd3f9701b043ba099b98679b8ee162f1fb /main/mosquitto/config.patch
parent4b66a9765b5554d7a5c951a27b829c0e3cf18ba0 (diff)
downloadaports-3cb9917a4d106551b92aecdc8d7ea96816b98504.tar.bz2
aports-3cb9917a4d106551b92aecdc8d7ea96816b98504.tar.xz
main/mosquitto: upgrade to 1.4.12
Diffstat (limited to 'main/mosquitto/config.patch')
-rw-r--r--main/mosquitto/config.patch27
1 files changed, 7 insertions, 20 deletions
diff --git a/main/mosquitto/config.patch b/main/mosquitto/config.patch
index 66a034365b..a88d35366b 100644
--- a/main/mosquitto/config.patch
+++ b/main/mosquitto/config.patch
@@ -1,8 +1,6 @@
-diff --git a/config.mk b/config.mk
-index 6e369c2..ecc4990 100644
---- a/config.mk
-+++ b/config.mk
-@@ -26,7 +26,7 @@ WITH_TLS:=yes
+--- ./config.mk.orig
++++ ./config.mk
+@@ -26,7 +26,7 @@
# Comment out to disable TLS/PSK support in the broker and client. Requires
# WITH_TLS=yes.
# This must be disabled if using openssl < 1.0.
@@ -11,7 +9,7 @@ index 6e369c2..ecc4990 100644
# Comment out to disable client client threading support.
WITH_THREADING:=yes
-@@ -46,7 +46,7 @@ WITH_PERSISTENCE:=yes
+@@ -46,7 +46,7 @@
# Comment out to remove memory tracking support from the broker. If disabled,
# mosquitto won't track heap memory usage nor export '$SYS/broker/heap/current
# size', but will use slightly less memory and CPU time.
@@ -20,7 +18,7 @@ index 6e369c2..ecc4990 100644
# Compile with database upgrading support? If disabled, mosquitto won't
# automatically upgrade old database versions.
-@@ -65,7 +65,7 @@ WITH_SRV:=yes
+@@ -65,7 +65,7 @@
WITH_UUID:=yes
# Build with websockets support on the broker.
@@ -29,7 +27,7 @@ index 6e369c2..ecc4990 100644
# Use elliptic keys in broker
WITH_EC:=yes
-@@ -78,6 +78,7 @@ WITH_SOCKS:=yes
+@@ -78,6 +78,7 @@
# Build with async dns lookup support for bridges (temporary). Requires glibc.
#WITH_ADNS:=yes
@@ -37,18 +35,7 @@ index 6e369c2..ecc4990 100644
# =============================================================================
# End of user configuration
-@@ -159,10 +160,6 @@ ifeq ($(UNAME),QNX)
- LIB_LIBS:=$(LIB_LIBS) -lsocket
- endif
-
--ifeq ($(UNAME),Linux)
-- BROKER_LIBS:=$(BROKER_LIBS) -lanl
--endif
--
- ifeq ($(WITH_WRAP),yes)
- BROKER_LIBS:=$(BROKER_LIBS) -lwrap
- BROKER_CFLAGS:=$(BROKER_CFLAGS) -DWITH_WRAP
-@@ -253,7 +250,7 @@ ifeq ($(WITH_DOCS),yes)
+@@ -249,7 +250,7 @@
endif
INSTALL?=install