mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fuse-exfat: update to fuse-exfat-1.1.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c5f87ec61e
commit
21f91e9e89
@ -17,12 +17,13 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="fuse-exfat"
|
||||
PKG_VERSION="1.0.1"
|
||||
PKG_VERSION="1.1.0"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://code.google.com/p/exfat"
|
||||
PKG_URL="http://exfat.googlecode.com/files/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
#PKG_URL="http://exfat.googlecode.com/files/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_URL="http://distfiles.gentoo.org/distfiles/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain scons:host fuse"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="system"
|
||||
@ -34,7 +35,7 @@ PKG_AUTORECONF="no"
|
||||
|
||||
|
||||
make_target() {
|
||||
export CCFLAGS="$CFLAGS"
|
||||
export CCFLAGS="$CFLAGS -std=c99"
|
||||
|
||||
scons
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user