wok diff embryo/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 4d426f5ef150
children 86790a278e70
line diff
     1.1 --- a/embryo/receipt	Sat Mar 22 20:32:09 2014 +0100
     1.2 +++ b/embryo/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="embryo"
     1.7 -VERSION="1.7.9"
     1.8 +VERSION="1.7.10"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="EFL Small Pawn based virtual machine and compiler."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -18,9 +18,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	export CPPFLAGS="-I/cross/$ARCH/sysroot/usr/include -I/cross/$ARCH/sysroot/usr/include/eina-1"
    1.17 -	export LDFLAGS="-L/cross/$ARCH/sysroot/usr/lib"
    1.18 -	export PKG_CONFIG_PATH="/cross/$ARCH/sysroot/usr/lib/pkgconfig:/usr/lib/pkgconfig"
    1.19  	./configure $CONFIGURE_ARGS &&
    1.20  	make $MAKEFLAGS && make install
    1.21  }