mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libxslt: build shared libraries
do not build as static. align build with libxml2. the outcome is a reduction of ~1MB of diskspace for the /usr/bin/xml application which uses libxslt.
This commit is contained in:
parent
118620a6d6
commit
cfd8096153
@ -13,7 +13,7 @@ PKG_DEPENDS_TARGET="toolchain libxml2"
|
||||
PKG_LONGDESC="A XSLT C library."
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
PKG_CMAKE_OPTS_ALL="-DBUILD_SHARED_LIBS=OFF \
|
||||
PKG_CMAKE_OPTS_ALL="-DBUILD_SHARED_LIBS=ON \
|
||||
-DLIBXSLT_WITH_DEBUGGER=ON \
|
||||
-DLIBXSLT_WITH_CRYPTO=OFF \
|
||||
-DLIBXSLT_WITH_MEM_DEBUG=OFF \
|
||||
|
Loading…
x
Reference in New Issue
Block a user