mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-03 23:11:05 +02:00
[package] uhttpd: pass feature flags (#9742)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27689 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d39338f33f
commit
9f8e06da3f
@ -12,6 +12,8 @@ PKG_RELEASE:=24
|
||||
|
||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||
PKG_CONFIG_DEPENDS := \
|
||||
CONFIG_PACKAGE_uhttpd-mod-lua \
|
||||
CONFIG_PACKAGE_uhttpd-mod-tls \
|
||||
CONFIG_PACKAGE_uhttpd-mod-tls_cyassl \
|
||||
CONFIG_PACKAGE_uhttpd-mod-tls_openssl
|
||||
|
||||
@ -86,7 +88,11 @@ endef
|
||||
|
||||
|
||||
TARGET_CFLAGS += $(TLS_CFLAGS)
|
||||
MAKE_VARS += FPIC="$(FPIC)" UHTTPD_TLS="$(UHTTPD_TLS)"
|
||||
MAKE_VARS += \
|
||||
FPIC="$(FPIC)" \
|
||||
LUA_SUPPORT="$(if $(CONFIG_PACKAGE_uhttpd-mod-lua),1)" \
|
||||
TLS_SUPPORT="$(if $(CONFIG_PACKAGE_uhttpd-mod-tls),1)" \
|
||||
UHTTPD_TLS="$(UHTTPD_TLS)"
|
||||
|
||||
define Build/Prepare
|
||||
mkdir -p $(PKG_BUILD_DIR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user