X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2442fc33b90d1c5806b65738eada3d7af9230bc3..b4f7ed76fd7a1290185f974105ae68da8d7b57b8:/package/uhttpd/Makefile?ds=sidebyside diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index d5c4aa625..6b4db3e15 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=3 +PKG_RELEASE:=7 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