mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
fakeroot: update to fakeroot-1.14.5
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d828273e6e
commit
75c3613267
@ -4,10 +4,12 @@
|
||||
|
||||
setup_toolchain host
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$HOST_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=$ROOT/$TOOLCHAIN \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--with-gnu-ld
|
||||
|
||||
make install
|
||||
|
@ -1,10 +1,10 @@
|
||||
PKG_NAME="fakeroot"
|
||||
PKG_VERSION="1.9.5"
|
||||
PKG_VERSION="1.14.5"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://fakeroot.alioth.debian.org/"
|
||||
PKG_URL="http://snapshot.debian.net/archive/2008/04/27/debian/pool/main/f/fakeroot/${PKG_NAME}_${PKG_VERSION}.tar.gz"
|
||||
PKG_URL="http://ftp.debian.org/debian/pool/main/f/fakeroot/${PKG_NAME}_${PKG_VERSION}.orig.tar.bz2"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="ccache"
|
||||
PKG_PRIORITY="optional"
|
||||
|
Loading…
x
Reference in New Issue
Block a user