mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
global: change all instances of USE_EGLIBC to USE_GLIBC
Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user