From: nix Date: Sat, 5 Jan 2008 17:19:15 +0000 (+0000) Subject: Enable expat support X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=daac489574f440240a297ebcc3f480578272b053;p=packages.git Enable expat support git-svn-id: svn://svn.openwrt.org/openwrt/packages@10120 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/ptlib/Makefile b/libs/ptlib/Makefile index 8318f8ea6..0657d71ad 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 \