summaryrefslogtreecommitdiffstats
path: root/package/network/services/uhttpd
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2015-03-16 12:32:22 +0000
committerNicolas Thill <nico@openwrt.org>2015-03-16 12:32:22 +0000
commit81ff0511df3466d7dce5af6f33acbbe4ec89f796 (patch)
tree49205b5f7a27e0fac563a7496786576e4a9dbb9f /package/network/services/uhttpd
parent4b382a440b0a7cbddeddd5dafa24be7eca3cd628 (diff)
downloadmaster-31e0f0ae-81ff0511df3466d7dce5af6f33acbbe4ec89f796.tar.gz
master-31e0f0ae-81ff0511df3466d7dce5af6f33acbbe4ec89f796.tar.bz2
master-31e0f0ae-81ff0511df3466d7dce5af6f33acbbe4ec89f796.zip
packages: more (e)glibc fixes after r44701
_GNU_SOURCE has been declared "deprecated" in favor of _DEFAULT_SOURCE in glibc Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44843
Diffstat (limited to 'package/network/services/uhttpd')
-rw-r--r--package/network/services/uhttpd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index 7c0989de1a..f4de987e65 100644
--- a/package/network/services/uhttpd/Makefile
+++ b/package/network/services/uhttpd/Makefile
@@ -107,6 +107,10 @@ define Package/uhttpd/conffiles
/etc/uhttpd.key
endef
+ifneq ($(CONFIG_USE_GLIBC),)
+ TARGET_CFLAGS += -D_DEFAULT_SOURCE
+endif
+
TARGET_LDFLAGS += -lcrypt
CMAKE_OPTIONS = -DTLS_SUPPORT=on