From d94c005a6e04a35def612c022f009364a56e0ea1 Mon Sep 17 00:00:00 2001 From: Peter Nixon Date: Sat, 5 Jan 2008 17:19:15 +0000 Subject: [PATCH] Enable expat support SVN-Revision: 10120 --- libs/ptlib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.30.2