mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libxslt, libssh2: build with -fPIC
Compiling a shared library requires -fPIC. But this two libs are build without.
This commit is contained in:
parent
cc816a43ef
commit
af3366478d
@ -9,6 +9,7 @@ PKG_SITE="https://www.libssh2.org"
|
||||
PKG_URL="https://www.libssh2.org/download/libssh2-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain openssl"
|
||||
PKG_LONGDESC="A library implementing the SSH2 protocol"
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
PKG_CMAKE_OPTS_TARGET="-DBUILD_EXAMPLES=OFF \
|
||||
-DBUILD_TESTING=OFF"
|
||||
|
@ -11,6 +11,7 @@ PKG_URL="ftp://xmlsoft.org/libxml2/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_HOST="libxml2:host"
|
||||
PKG_DEPENDS_TARGET="toolchain libxml2"
|
||||
PKG_LONGDESC="A XSLT C library."
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST=" ac_cv_header_ansidecl_h=no \
|
||||
ac_cv_header_xlocale_h=no \
|
||||
|
Loading…
x
Reference in New Issue
Block a user