aboutsummaryrefslogtreecommitdiff
path: root/utils/pciutils
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-12 18:23:49 +0100
committerJohn Crispin <blogic@openwrt.org>2015-03-12 20:52:37 +0100
commit98be2ca3e0d365d8f1150987cedb145360de582f (patch)
treec3ff1ac6a02d0b4bdadffca606f5a4a8c6dc71b2 /utils/pciutils
parent522e047be2663893e2b46a51eb54e357548bc3a2 (diff)
global: change all instances of USE_EGLIBC to USE_GLIBC
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'utils/pciutils')
-rw-r--r--utils/pciutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile
index 90deb66a4..0d7ec33f9 100644
--- a/utils/pciutils/Makefile
+++ b/utils/pciutils/Makefile
@@ -50,7 +50,7 @@ MAKE_FLAGS += \
HOST="$(GNU_TARGET_NAME)" \
ZLIB="yes" \
-ifneq ($(CONFIG_USE_EGLIBC),)
+ifneq ($(CONFIG_USE_GLIBC),)
TARGET_LDFLAGS += -lresolv
endif