uhttpd: pass FPIC to source Makefile

This commit is contained in:
Jo-Philipp Wich 2010-03-25 10:00:28 +00:00
parent af4611d4e0
commit f59e82ca53

View file

@ -56,6 +56,7 @@ endef
# hack to use CyASSL headers
TARGET_CFLAGS += -I$(firstword $(wildcard $(BUILD_DIR)/cyassl-*/include))
MAKE_VARS += FPIC="$(FPIC)"
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)