[packages] remove now redundant +USE_EGLIBC:librt dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33481 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user