wok diff mikmod/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 47db6c314932
children affc83ed930e
line diff
     1.1 --- a/mikmod/receipt	Thu Apr 17 10:49:27 2014 +0400
     1.2 +++ b/mikmod/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -16,9 +16,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 -		./configure --prefix=/usr \
     1.9 -	$CONFIGURE_ARGS &&
    1.10 +	export LDFLAGS="$LDFLAGS -ltinfo"
    1.11 +	./configure --prefix=/usr \
    1.12 +		$CONFIGURE_ARGS &&
    1.13  	make && make install
    1.14  }
    1.15  
    1.16 @@ -29,4 +29,3 @@
    1.17  	cp -a $install/usr/bin $fs/usr
    1.18  	cp -a $install/usr/share/mikmod $fs/usr/share
    1.19  }
    1.20 -