summaryrefslogtreecommitdiff
path: root/recipes-connectivity/mosquitto/mosquitto/config_mk.patch
blob: 437022ca653bffdcee883e8a3825367f99c3d45c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
@@ -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
-prefix=/usr/local
+prefix=/usr
 mandir=${prefix}/share/man
 localedir=${prefix}/share/locale
 STRIP?=strip