mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
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>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=libxslt
|
PKG_NAME:=libxslt
|
||||||
PKG_VERSION:=1.1.34
|
PKG_VERSION:=1.1.34
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:= \
|
PKG_SOURCE_URL:= \
|
||||||
@@ -73,7 +73,6 @@ CONFIGURE_ARGS += \
|
|||||||
--without-debug \
|
--without-debug \
|
||||||
--without-mem-debug \
|
--without-mem-debug \
|
||||||
--without-debugger \
|
--without-debugger \
|
||||||
--without-profiler \
|
|
||||||
--without-plugins
|
--without-plugins
|
||||||
|
|
||||||
HOST_CONFIGURE_ARGS += \
|
HOST_CONFIGURE_ARGS += \
|
||||||
|
|||||||
Reference in New Issue
Block a user