mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
lzo: update to lzo-2.10
This commit is contained in:
parent
3eddb71824
commit
848e1e151e
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="lzo"
|
PKG_NAME="lzo"
|
||||||
PKG_VERSION="2.09"
|
PKG_VERSION="2.10"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.oberhumer.com/opensource/lzo"
|
PKG_SITE="http://www.oberhumer.com/opensource/lzo"
|
||||||
@ -33,3 +33,7 @@ PKG_AUTORECONF="no"
|
|||||||
|
|
||||||
PKG_CMAKE_OPTS_HOST="-DENABLE_SHARED=OFF -DENABLE_STATIC=ON"
|
PKG_CMAKE_OPTS_HOST="-DENABLE_SHARED=OFF -DENABLE_STATIC=ON"
|
||||||
PKG_CMAKE_OPTS_TARGET="-DENABLE_SHARED=OFF -DENABLE_STATIC=ON"
|
PKG_CMAKE_OPTS_TARGET="-DENABLE_SHARED=OFF -DENABLE_STATIC=ON"
|
||||||
|
|
||||||
|
post_makeinstall_target() {
|
||||||
|
rm -rf $INSTALL/usr/libexec
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user