libs: libxslt: allow profiler to be enabled
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 27 May 2020 08:01:03 +0000 (11:01 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 27 May 2020 08:03:29 +0000 (11:03 +0300)
The lxml package depends on the xsltGetProfileInformation() symbol to be
available.
Without it, the library is unusable at newer versions.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
libs/libxslt/Makefile

index 6361bcb47885e81ebd60f3d437790e6aae960502..699fba5d8c355a88581be5a91b3dd50d0a0d3cf7 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libxslt
 PKG_VERSION:=1.1.34
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:= \
@@ -73,7 +73,6 @@ CONFIGURE_ARGS += \
        --without-debug \
        --without-mem-debug \
        --without-debugger \
-       --without-profiler \
        --without-plugins
 
 HOST_CONFIGURE_ARGS += \