diff options
Diffstat (limited to 'package/network/services')
-rw-r--r-- | package/network/services/uhttpd/Makefile | 4 |
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 |