X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fuhttpd%2FMakefile;h=e37fa90ec4ded01b215a1f35a5fb099ce6cfc793;hb=71f447678da56f68be21b2001dc1f9910283ddfd;hp=d5c07a359a76e20b2022b4a1b8ca4f5c3c7702bf;hpb=56d71638dbf48b8e4885e1e5ed5d0f1859674541;p=openwrt.git diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index d5c07a359a..e37fa90ec4 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,9 +8,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=1 +PKG_RELEASE:=18 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) +PKG_BUILD_DEPENDS := libcyassl liblua include $(INCLUDE_DIR)/package.mk @@ -56,6 +57,7 @@ endef # hack to use CyASSL headers TARGET_CFLAGS += -I$(firstword $(wildcard $(BUILD_DIR)/cyassl-*/include)) +TARGET_LDFLAGS += -lm MAKE_VARS += FPIC="$(FPIC)" define Build/Prepare