diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-28 02:35:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-28 02:35:45 +0000 |
commit | dacb54ca3bbd3fee1d7ee50913a13637dd6e51b1 (patch) | |
tree | 7b59487c9532ca298aa844830c9923f497a6911b /package/uhttpd/Makefile | |
parent | 767955134f8ba9ae27d9c5aa5a5fc7843c71bf02 (diff) | |
download | master-187ad058-dacb54ca3bbd3fee1d7ee50913a13637dd6e51b1.tar.gz master-187ad058-dacb54ca3bbd3fee1d7ee50913a13637dd6e51b1.tar.bz2 master-187ad058-dacb54ca3bbd3fee1d7ee50913a13637dd6e51b1.zip |
[package] uhttpd: fix parameter parsing issue on avr32 and most likely ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20532 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uhttpd/Makefile')
-rw-r--r-- | package/uhttpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 2b7714d30f..4bee17d234 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=4 +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 |