Enable expat support
authorPeter Nixon <listuser@peternixon.net>
Sat, 5 Jan 2008 17:19:15 +0000 (17:19 +0000)
committerPeter Nixon <listuser@peternixon.net>
Sat, 5 Jan 2008 17:19:15 +0000 (17:19 +0000)
SVN-Revision: 10120

libs/ptlib/Makefile

index 8318f8ea6348a3cea60d445910b11aab8614d768..0657d71ad8e96e6ddcae86ef9c88b2fbf8e60d7c 100644 (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 \