X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/410c95eb98f84c413a839bb2d1d6e9611f3e2d9f..cf06be139539bebb2ebbfd955ba582186f88746a:/package/uhttpd/Makefile diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 3e7344911..0dcc6a900 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=2 +PKG_RELEASE:=9 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) @@ -56,6 +56,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