global: change all instances of USE_EGLIBC to USE_GLIBC
authorJohn Crispin <john@openwrt.org>
Thu, 12 Mar 2015 19:51:51 +0000 (19:51 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 12 Mar 2015 19:51:51 +0000 (19:51 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44702

devel/dmalloc/Makefile
devel/electric-fence/Makefile
net/atftp/Makefile
net/uhub/Makefile
net/yaddns/Makefile

index 9e3e66421e1a014694c3fa831e773f926c6f0d85..9e18c0a0a01a071ee7c642fc3e0738f5ef8a1241 100644 (file)
@@ -30,7 +30,7 @@ endef
 define Package/libdmalloc
   $(call Package/dmalloc/Default)
   TITLE+= (library)
-  DEPENDS:=@USE_EGLIBC
+  DEPENDS:=@USE_GLIBC
 endef
 
 define Package/dmalloc-utils
index 1153350ca84d2473073ff702573fb2e823412bbf..2a6fcb28aa557ec77ac120c81d83a5e2579c7ffe 100644 (file)
@@ -22,7 +22,7 @@ define Package/electric-fence
   CATEGORY:=Development
   TITLE:=electric-fence
   URL:=http://perens.com/FreeSoftware/ElectricFence/
-  DEPENDS:=@USE_EGLIBC
+  DEPENDS:=@USE_GLIBC
   MAINTAINER:=Mirko Vogt <mirko@openwrt.org>
 endef
 
index c33a99d0328f470f522fa8fe062299997361ebe0..2190f88f4a13d1d1edb20d36635e71144d496b44 100644 (file)
@@ -43,7 +43,7 @@ CONFIGURE_ARGS += \
 CONFIGURE_VARS += \
        LDFLAGS="$(TARGET_LDFLAGS) $(TARGET_CFLAGS)"
 
-ifdef CONFIG_USE_EGLIBC
+ifdef CONFIG_USE_GLIBC
   TARGET_CFLAGS += -DHAVE_ARGZ=1
 
   define Build/Prepare
index 9b5bcb04e326d866bab437781a8b4295d682cc75..9c9215190eabe23acdc6958eaaa5801918ab8f59 100644 (file)
@@ -35,7 +35,7 @@ endef
 TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/libevent
 TARGET_LDFLAGS = -L$(STAGING_DIR)/usr/lib/libevent -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib
 
-ifdef CONFIG_USE_EGLIBC
+ifdef CONFIG_USE_GLIBC
 TARGET_LDFLAGS += -lrt
 endif
 
index 0f3d8b1b31d6375cbeb2b4959c4c8897e794d64d..b1a2a79d3e71b0a8e925ea72d8751d569a9afe20 100644 (file)
@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/yaddns
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=+USE_EGLIBC:librt
+  DEPENDS:=+USE_GLIBC:librt
   SUBMENU:=IP Addresses and Names
   TITLE:=Yet Another DDNS client
   URL:=http://patatrac.info/yaddns