From: Peter Nixon Date: Sat, 5 Jan 2008 17:19:15 +0000 (+0000) Subject: Enable expat support X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=d94c005a6e04a35def612c022f009364a56e0ea1 Enable expat support SVN-Revision: 10120 --- diff --git a/libs/ptlib/Makefile b/libs/ptlib/Makefile index 8318f8ea63..0657d71ad8 100644 --- a/libs/ptlib/Makefile +++ b/libs/ptlib/Makefile @@ -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 \