summaryrefslogtreecommitdiff
path: root/recipes-connectivity/mosquitto/mosquitto/config_mk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/mosquitto/mosquitto/config_mk.patch')
-rw-r--r--recipes-connectivity/mosquitto/mosquitto/config_mk.patch17
1 files changed, 16 insertions, 1 deletions
diff --git a/recipes-connectivity/mosquitto/mosquitto/config_mk.patch b/recipes-connectivity/mosquitto/mosquitto/config_mk.patch
index 8c0494e..437022c 100644
--- a/recipes-connectivity/mosquitto/mosquitto/config_mk.patch
+++ b/recipes-connectivity/mosquitto/mosquitto/config_mk.patch
@@ -1,7 +1,18 @@
diff -Naur old/config.mk new/config.mk
--- old/config.mk 2017-04-17 14:33:32.504351936 -0500
+++ new/config.mk 2017-04-17 14:34:27.061557282 -0500
-@@ -240,7 +240,7 @@
+@@ -83,9 +83,9 @@
+ # Strip executables and shared libraries on install.
+ WITH_STRIP:=no
+
+ # Build static libraries
+-WITH_STATIC_LIBRARIES:=no
++WITH_STATIC_LIBRARIES:=yes
+
+ # Build with async dns lookup support for bridges (temporary). Requires glibc.
+ #WITH_ADNS:=yes
+
+@@ -272,7 +272,7 @@
endif
INSTALL?=install
@@ -10,3 +21,7 @@ diff -Naur old/config.mk new/config.mk
mandir=${prefix}/share/man
localedir=${prefix}/share/locale
STRIP?=strip
+
+
+
+