From 1784ba3f687032cdb64f1d49e98881e5e4f35ff0 Mon Sep 17 00:00:00 2001 From: blogic Date: Thu, 12 Mar 2015 19:51:51 +0000 Subject: [PATCH] global: change all instances of USE_EGLIBC to USE_GLIBC Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/packages@44702 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- devel/dmalloc/Makefile | 2 +- devel/electric-fence/Makefile | 2 +- net/atftp/Makefile | 2 +- net/uhub/Makefile | 2 +- net/yaddns/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile index 9e3e66421..9e18c0a0a 100644 --- a/devel/dmalloc/Makefile +++ b/devel/dmalloc/Makefile @@ -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 diff --git a/devel/electric-fence/Makefile b/devel/electric-fence/Makefile index 1153350ca..2a6fcb28a 100644 --- a/devel/electric-fence/Makefile +++ b/devel/electric-fence/Makefile @@ -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 endef diff --git a/net/atftp/Makefile b/net/atftp/Makefile index c33a99d03..2190f88f4 100644 --- a/net/atftp/Makefile +++ b/net/atftp/Makefile @@ -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 diff --git a/net/uhub/Makefile b/net/uhub/Makefile index 9b5bcb04e..9c9215190 100644 --- a/net/uhub/Makefile +++ b/net/uhub/Makefile @@ -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 diff --git a/net/yaddns/Makefile b/net/yaddns/Makefile index 0f3d8b1b3..b1a2a79d3 100644 --- a/net/yaddns/Makefile +++ b/net/yaddns/Makefile @@ -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 -- 2.11.0