ppl: update to ppl-1.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-07-16 10:00:43 +02:00
parent e4cba1280e
commit a442d35fe7
2 changed files with 5 additions and 1 deletions

View File

@ -33,6 +33,9 @@ CFLAGS=""
CXXFLAGS="" CXXFLAGS=""
LDFLAGS="" LDFLAGS=""
# Disable PPL version check as the PPL major version number has been bumped so the check fails.
PPL_CHECK="--disable-ppl-version-check"
cd $PKG_BUILD cd $PKG_BUILD
mkdir -p objdir && cd objdir mkdir -p objdir && cd objdir
../configure --host=$HOST_NAME \ ../configure --host=$HOST_NAME \
@ -49,6 +52,7 @@ mkdir -p objdir && cd objdir
--disable-multilib \ --disable-multilib \
--disable-libada \ --disable-libada \
--disable-libssp \ --disable-libssp \
$PPL_CHECK \
--enable-cloog-backend=isl \ --enable-cloog-backend=isl \
--enable-version-specific-runtime-libs \ --enable-version-specific-runtime-libs \
$WITH_64B_BFD \ $WITH_64B_BFD \

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="ppl" PKG_NAME="ppl"
PKG_VERSION="0.12.1" PKG_VERSION="1.0"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"