X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fuhttpd%2FMakefile;h=4bee17d234086f0305bc03f39915e0666233b003;hb=9c4fc84da6f7371cb1c06088aae7c2c019907988;hp=d5c4aa6252800313a0363c32e0d241256a1526ee;hpb=2442fc33b90d1c5806b65738eada3d7af9230bc3;p=openwrt-10.03%2F.git diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index d5c4aa625..4bee17d23 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:=5 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