wok-6.x diff xine-lib/receipt @ rev 21384
updated luajit-dev (2.0.3 -> 2.0.5)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 22 11:22:21 2019 +0100 (2019-04-22) |
parents | e0d46e46833e |
children | b1b5c2c950b5 |
line diff
1.1 --- a/xine-lib/receipt Fri Mar 28 23:45:57 2014 +0100 1.2 +++ b/xine-lib/receipt Mon Apr 22 11:22:21 2019 +0100 1.3 @@ -23,7 +23,7 @@ 1.4 # Handle cross compilation 1.5 case "$ARCH" in 1.6 arm*) 1.7 - export LDFLAGS="-L/cross/$ARCH/sysroot/usr/lib" 1.8 + export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib" 1.9 export LIBTOOL=${HOST_SYSTEM}-libtool 1.10 ARCH_ARGS="--disable-xinerama" ;; 1.11 esac 1.12 @@ -32,7 +32,7 @@ 1.13 compile_rules() 1.14 { 1.15 sed -i 's/grep -x/grep/' configure 1.16 - CPPFLAGS="-DHAVE_NANO_SLEEP" \ 1.17 + CPPFLAGS="$CPPFLAGS -DHAVE_NANO_SLEEP" \ 1.18 ./configure \ 1.19 --prefix=/usr \ 1.20 --infodir=/usr/share/info \