X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fuhttpd%2FMakefile;h=0dcc6a900b2dc5f798e24b86669673338b4506d1;hp=d5c4aa6252800313a0363c32e0d241256a1526ee;hb=866d727cdb07e7f141eeae17ac7fb872ce224cd1;hpb=13b13d26c0cba85ae17a1581f22e276e83068350 diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index d5c4aa6252..0dcc6a900b 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:=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