X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fuhttpd%2FMakefile;h=e37fa90ec4ded01b215a1f35a5fb099ce6cfc793;hb=d50c66b88163608e7bb156ad3f19c10106dafdd8;hp=3e7344911b5dc1bd957c7dccc547620439ca1090;hpb=410c95eb98f84c413a839bb2d1d6e9611f3e2d9f;p=openwrt.git diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 3e7344911b..e37fa90ec4 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,9 +8,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=2 +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