wok-next diff gobject-introspection/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents 4a3d38846288
children 28f443011cb6
line diff
     1.1 --- a/gobject-introspection/receipt	Tue Feb 10 17:58:57 2015 +0000
     1.2 +++ b/gobject-introspection/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  case "$ARCH" in
     1.5  	arm*)
     1.6  		export CFLAGS="$CFLAGS -L/cross/$ARCH/sysroot/usr/lib"
     1.7 -		export LDFLAGS="-L/cross/$ARCH/sysroot/usr/lib"
     1.8 +		export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib"
     1.9  		export PKG_CONFIG_PATH="/cross/$ARCH/sysroot/usr/pkgconfig"
    1.10  		BUILD_DEPENDS="glib-dev libgio-dev libffi-dev cairo-dev dbus-dev" ;;
    1.11  esac