uhttpd: pass FPIC to source Makefile
This commit is contained in:
parent
af4611d4e0
commit
f59e82ca53
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ endef
|
||||||
|
|
||||||
# hack to use CyASSL headers
|
# hack to use CyASSL headers
|
||||||
TARGET_CFLAGS += -I$(firstword $(wildcard $(BUILD_DIR)/cyassl-*/include))
|
TARGET_CFLAGS += -I$(firstword $(wildcard $(BUILD_DIR)/cyassl-*/include))
|
||||||
|
MAKE_VARS += FPIC="$(FPIC)"
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
mkdir -p $(PKG_BUILD_DIR)
|
mkdir -p $(PKG_BUILD_DIR)
|
||||||
|
|
Loading…
Reference in a new issue