mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
cmake: disable openssl dependency
This commit is contained in:
parent
17f7264160
commit
092ee90456
@ -8,7 +8,7 @@ PKG_SHA256="f316b40053466f9a416adf981efda41b160ca859e97f6a484b447ea299ff26aa"
|
||||
PKG_LICENSE="BSD"
|
||||
PKG_SITE="https://cmake.org/"
|
||||
PKG_URL="https://cmake.org/files/v$(get_pkg_version_maj_min)/cmake-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_HOST="ccache:host openssl:host pkg-config:host"
|
||||
PKG_DEPENDS_HOST="ccache:host pkg-config:host"
|
||||
PKG_LONGDESC="A cross-platform, open-source make system."
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
@ -19,6 +19,6 @@ configure_host() {
|
||||
-DCMAKE_C_FLAGS="-O2 -Wall -pipe -Wno-format-security" \
|
||||
-DCMAKE_CXX_FLAGS="-O2 -Wall -pipe -Wno-format-security" \
|
||||
-DCMAKE_EXE_LINKER_FLAGS="${HOST_LDFLAGS}" \
|
||||
-DCMAKE_USE_OPENSSL=ON \
|
||||
-DCMAKE_USE_OPENSSL=OFF \
|
||||
-DBUILD_CursesDialog=0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user