wok-next diff sg3_utils/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 10df65db91ad
children cd7906120828
line diff
     1.1 --- a/sg3_utils/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.2 +++ b/sg3_utils/receipt	Thu May 10 22:58:32 2018 +0300
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="GPL BSD"
     1.6  WEB_SITE="http://sg.danny.cz/sg/"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/sg3_utils.html"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10  WGET_URL="http://sg.danny.cz/sg/p/$TARBALL"
    1.11 @@ -14,7 +15,9 @@
    1.12  SPLIT="libsgutils2 sg3_utils sg3_utils-dev"
    1.13  
    1.14  compile_rules() {
    1.15 -	./configure $CONFIGURE_ARGS &&
    1.16 +	./configure \
    1.17 +		--disable-static \
    1.18 +		$CONFIGURE_ARGS &&
    1.19  	fix libtool &&
    1.20  	make &&
    1.21  	make install