mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
mosquitto: reenable options wrongly turned off
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 69dc285ac9)
This commit is contained in:
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mosquitto
|
||||
PKG_VERSION:=2.0.18
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://mosquitto.org/files/source/
|
||||
@@ -229,12 +229,12 @@ CMAKE_OPTIONS += \
|
||||
-DWITH_ADNS=OFF \
|
||||
-DWITH_BUNDLED_DEPS=ON \
|
||||
-DWITH_DLT=OFF \
|
||||
-DWITH_PERSISTENCE=OFF \
|
||||
-DWITH_PERSISTENCE=ON \
|
||||
-DWITH_PIC=ON \
|
||||
-DWITH_SOCKS=ON \
|
||||
-DWITH_SRV=ON \
|
||||
-DWITH_SYSTEMD=OFF \
|
||||
-DWITH_SYS_TREE=OFF \
|
||||
-DWITH_SYS_TREE=ON \
|
||||
-DWITH_THREADING=ON
|
||||
|
||||
ifeq ($(BUILD_VARIANT),nossl)
|
||||
|
||||
Reference in New Issue
Block a user