mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
global: change all instances of USE_EGLIBC to USE_GLIBC
Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
@@ -50,7 +50,7 @@ MAKE_FLAGS += \
|
||||
HOST="$(GNU_TARGET_NAME)" \
|
||||
ZLIB="yes" \
|
||||
|
||||
ifneq ($(CONFIG_USE_EGLIBC),)
|
||||
ifneq ($(CONFIG_USE_GLIBC),)
|
||||
TARGET_LDFLAGS += -lresolv
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user