add some deps, now it shouldn't add features if it notices something it can include
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7853 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
471cae8838
commit
d5d2397cb6
@ -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" \
|
||||
, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user