wok-next diff libxdg-basedir/receipt @ rev 20595

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 16 11:36:31 2018 +0300 (2018-04-16)
parents 4396aed7eb01
children d5aab818505e
line diff
     1.1 --- a/libxdg-basedir/receipt	Wed Mar 07 19:43:44 2018 +0200
     1.2 +++ b/libxdg-basedir/receipt	Mon Apr 16 11:36:31 2018 +0300
     1.3 @@ -17,9 +17,10 @@
     1.4  compile_rules() {
     1.5  	unset CFLAGS
     1.6  	./autogen.sh \
     1.7 -		--prefix=/usr \
     1.8  		$CONFIGURE_ARGS &&
     1.9 -	make && make install
    1.10 +	fix libtool &&
    1.11 +	make &&
    1.12 +	make install
    1.13  }
    1.14  
    1.15  genpkg_rules() {