mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
global: change all instances of USE_EGLIBC to USE_GLIBC
Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
# Build environment
|
||||
HOST_PERL_PREFIX:=$(STAGING_DIR_HOST)/usr
|
||||
ifneq ($(CONFIG_USE_EGLIBC),)
|
||||
ifneq ($(CONFIG_USE_GLIBC),)
|
||||
EXTRA_LIBS:=bsd
|
||||
EXTRA_LIBDIRS:=$(STAGING_DIR)/lib
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user