aboutsummaryrefslogtreecommitdiff
path: root/devel/diffutils
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 /devel/diffutils
parent522e047be2663893e2b46a51eb54e357548bc3a2 (diff)
global: change all instances of USE_EGLIBC to USE_GLIBC
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'devel/diffutils')
-rw-r--r--devel/diffutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/diffutils/Makefile b/devel/diffutils/Makefile
index 33cdc1216..b313dafa4 100644
--- a/devel/diffutils/Makefile
+++ b/devel/diffutils/Makefile
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/diffutils
SECTION:=devel
CATEGORY:=Development
- DEPENDS:=+USE_EGLIBC:librt
+ DEPENDS:=+USE_GLIBC:librt
TITLE:=diffutils
URL:=http://www.gnu.org/software/diffutils/
endef