add some deps, now it shouldn't add features if it notices something it can include
authorcrazy_imp <crazy_imp@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Jul 2007 16:07:08 +0000 (16:07 +0000)
committercrazy_imp <crazy_imp@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Jul 2007 16:07:08 +0000 (16:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7853 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/apr-util/Makefile

index afd4033..093f7d5 100644 (file)
@@ -25,13 +25,14 @@ include $(INCLUDE_DIR)/package.mk
 define Package/apr-util
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS:=+libiconv +libexpat +apr
+  DEPENDS:=+libiconv +libexpat +apr +libpthread +libopenssl +libsqlite3
   TITLE:=Apache Portable Runtime Library Util
   URL:=http://apr.apache.org/
 endef
 
 define Build/Configure 
        $(call Build/Configure/Default, \
+               --with-pgsql=no \
                --with-apr="$(STAGING_DIR)/usr/bin/apr-1-config" \
                --with-expat="$(STAGING_DIR)/usr" \
                , \