From cd5f0aba193204dab262037615a00c39106944ae Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 19 Sep 2012 15:35:00 +0000 Subject: [PATCH] [packages] remove now redundant +USE_EGLIBC:librt dependencies SVN-Revision: 33481 --- libs/curl/Makefile | 2 +- libs/glib2/Makefile | 2 +- net/bird/Makefile | 2 +- net/ntpd/Makefile | 2 +- net/samba36/Makefile | 2 +- net/uhub/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/curl/Makefile b/libs/curl/Makefile index c84363f25c..6152eeea17 100644 --- a/libs/curl/Makefile +++ b/libs/curl/Makefile @@ -43,7 +43,7 @@ define Package/libcurl $(call Package/curl/Default) SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+libopenssl +zlib +USE_EGLIBC:librt + DEPENDS:=+libopenssl +zlib TITLE:=A client-side URL transfer library endef diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index f17ad0e3f7..21a74260cb 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -30,7 +30,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/glib2 SECTION:=libs CATEGORY:=Libraries - DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS) +zlib +libpthread +USE_EGLIBC:librt + DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS) +zlib +libpthread TITLE:=glib 2.0 URL:=http://www.gtk.org/ endef diff --git a/net/bird/Makefile b/net/bird/Makefile index b5fcf959be..9658b62ce9 100644 --- a/net/bird/Makefile +++ b/net/bird/Makefile @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk define Package/bird/Default TITLE:=The BIRD Internet Routing Daemon URL:=http://bird.network.cz/ - DEPENDS:= +USE_EGLIBC:librt + DEPENDS:= endef define Package/birdc/Default diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index a1f17d77c5..514b6744dc 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -30,7 +30,7 @@ define Package/ntpd/Default TITLE:=ISC ntp MAINTAINER:=Peter Wagner URL:=http://www.ntp.org/ - DEPENDS:=+libcap +USE_EGLIBC:librt + DEPENDS:=+libcap endef define Package/ntpd/Default/description diff --git a/net/samba36/Makefile b/net/samba36/Makefile index edeccc845f..2a6b6b6971 100644 --- a/net/samba36/Makefile +++ b/net/samba36/Makefile @@ -36,7 +36,7 @@ define Package/samba36-client CATEGORY:=Network TITLE:=Samba 3.6 SMB/CIFS client URL:=http://www.samba.org/ - DEPENDS:=+libreadline +libncurses +USE_EGLIBC:librt + DEPENDS:=+libreadline +libncurses endef define Package/samba36-server/config diff --git a/net/uhub/Makefile b/net/uhub/Makefile index 1e00579462..9b5bcb04e3 100644 --- a/net/uhub/Makefile +++ b/net/uhub/Makefile @@ -21,7 +21,7 @@ define Package/uhub SUBMENU:=P2P SECTION:=net CATEGORY:=Network - DEPENDS:=+libevent +USE_EGLIBC:librt + DEPENDS:=+libevent TITLE:=High performance ADC hub URL:=http://www.extatic.org/uhub/ endef -- 2.30.2