Browse Source

poco depends on glibc

Waldemar Brodkorb 10 years ago
parent
commit
98d89ae6f4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/poco/Makefile

+ 2 - 0
package/poco/Makefile

@@ -15,6 +15,8 @@ PKG_URL:=		http://pocoproject.org
 PKG_SITES:=		http://pocoproject.org/releases/poco-1.6.0/
 PKG_OPTS:=		dev
 
+PKG_LIBC_DEPENDS:=	glibc
+
 DISTFILES:=             $(PKG_NAME)-$(PKG_VERSION).tar.gz
 
 include $(ADK_TOPDIR)/mk/package.mk