diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2020-05-27 11:01:03 +0300 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2020-05-27 11:03:29 +0300 |
commit | 852c117c60f7ec8b36bcd02e3f79901f7143dde0 (patch) | |
tree | 0c6c65feafde194b2d687ef4ce54b884683d2265 /libs | |
parent | 295d77943cd8ddb1b6eb73e900d5b5221ab138e7 (diff) |
libs: libxslt: allow profiler to be enabled
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>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libxslt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index 6361bcb47..699fba5d8 100644 --- a/libs/libxslt/Makefile +++ b/libs/libxslt/Makefile @@ -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 += \ |