From fccd7e79216d92358cf2aa825ee9a1347142f2c5 Mon Sep 17 00:00:00 2001 From: hcg Date: Mon, 10 Sep 2012 14:36:39 +0000 Subject: [PATCH] [packages] glib2: Add conditional dependency on librt if using eglibc git-svn-id: svn://svn.openwrt.org/openwrt/packages@33361 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/glib2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 21a74260c..f17ad0e3f 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 + DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS) +zlib +libpthread +USE_EGLIBC:librt TITLE:=glib 2.0 URL:=http://www.gtk.org/ endef -- 2.11.0