[packages] libxml2: enable debug module (#8289)
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Nov 2010 14:18:26 +0000 (14:18 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Nov 2010 14:18:26 +0000 (14:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24057 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/libxml2/Makefile

index d4cfa23..1fe629c 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libxml2
 PKG_VERSION:=2.7.7
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://xmlsoft.org/sources/ \
@@ -41,7 +41,7 @@ CONFIGURE_ARGS += \
        --enable-static \
        --with-c14n \
        --without-catalog \
-       --without-debug \
+       --with-debug \
        --without-docbook \
        --with-html \
        --without-ftp \