Enable expat support

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10120 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nix 2008-01-05 17:19:15 +00:00
parent 900ead22ec
commit daac489574

View File

@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/ptlib
SECTION:=libs
CATEGORY:=Libraries
#DEPENDS:=+expat
DEPENDS:=+expat
TITLE:=Portable Tools library
URL:=http://www.opalvoip.org/
endef
@ -46,7 +46,7 @@ CONFIGURE_ARGS += \
--disable-configfile \
--disable-dc \
--disable-dtmf \
--disable-expat \
--enable-expat \
--disable-ftp \
--disable-http \
--disable-httpsvc \