mirror of https://github.com/hak5/openwrt.git
gettext-full: use uclibc workarounds for musl as well
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41397lede-17.01
parent
4beaccc7d0
commit
8d8868cffc
|
@ -38,6 +38,9 @@ TARGET_CFLAGS += $(FPIC)
|
||||||
ifneq ($(HOST_OS),Linux)
|
ifneq ($(HOST_OS),Linux)
|
||||||
TARGET_CFLAGS += -I$(STAGING_DIR_HOST)/include
|
TARGET_CFLAGS += -I$(STAGING_DIR_HOST)/include
|
||||||
endif
|
endif
|
||||||
|
ifdef CONFIG_USE_MUSL
|
||||||
|
TARGET_CFLAGS += -D__UCLIBC__
|
||||||
|
endif
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
|
Loading…
Reference in New Issue