wok-next diff directfb-examples/receipt @ rev 20329

Up hiredis, iniparser
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 14 11:32:29 2017 +0200 (2017-11-14)
parents 10baa41a7882
children c4e53a39395a
line diff
     1.1 --- a/directfb-examples/receipt	Wed May 14 06:47:26 2014 +0000
     1.2 +++ b/directfb-examples/receipt	Tue Nov 14 11:32:29 2017 +0200
     1.3 @@ -18,8 +18,8 @@
     1.4  # Handle cross compilation.
     1.5  case "$ARCH" in
     1.6  	arm) 
     1.7 -		export LDFLAGS="-L/cross/arm/sysroot/usr/lib"
     1.8 -		export CPPFLAGS="-I/cross/arm/sysroot/usr/include/directfb" ;;
     1.9 +		export LDFLAGS="$LDFLAGS -L/cross/arm/sysroot/usr/lib"
    1.10 +		export CPPFLAGS="$CPPFLAGS -I/cross/arm/sysroot/usr/include/directfb" ;;
    1.11  esac
    1.12  
    1.13  # Rules to configure and make the package.