wok diff mikmod/receipt @ rev 20843

updated dolibarr (3.1.0 -> 9.0.0)
author Hans-G?nter Theisgen
date Wed Feb 20 16:50:55 2019 +0100 (2019-02-20)
parents 47db6c314932
children affc83ed930e
line diff
     1.1 --- a/mikmod/receipt	Thu Apr 17 10:49:27 2014 +0400
     1.2 +++ b/mikmod/receipt	Wed Feb 20 16:50:55 2019 +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 -