From da08512fd97c6347a1bbce000949e30d023b8c01 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 21 Nov 2010 14:18:26 +0000 Subject: [PATCH 1/1] [packages] libxml2: enable debug module (#8289) SVN-Revision: 24057 --- libs/libxml2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libxml2/Makefile b/libs/libxml2/Makefile index d4cfa23cd3..1fe629ce23 100644 --- a/libs/libxml2/Makefile +++ b/libs/libxml2/Makefile @@ -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 \ -- 2.30.2