diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-12 18:23:49 +0100 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-12 20:52:37 +0100 |
commit | 98be2ca3e0d365d8f1150987cedb145360de582f (patch) | |
tree | c3ff1ac6a02d0b4bdadffca606f5a4a8c6dc71b2 /devel/diffutils | |
parent | 522e047be2663893e2b46a51eb54e357548bc3a2 (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/Makefile | 2 |
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 |