projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc94b88
)
glib2: Add conditional dependency on librt if using eglibc
author
Hamish Guthrie
<hcg@openwrt.org>
Mon, 10 Sep 2012 14:36:39 +0000
(14:36 +0000)
committer
Hamish Guthrie
<hcg@openwrt.org>
Mon, 10 Sep 2012 14:36:39 +0000
(14:36 +0000)
SVN-Revision: 33361
libs/glib2/Makefile
patch
|
blob
|
history
diff --git
a/libs/glib2/Makefile
b/libs/glib2/Makefile
index 21a74260cb56f857c818b414899925a5ab3f882d..f17ad0e3f77997cc959e8c05340f8c9338305cdd 100644
(file)
--- 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