wok-next diff orc/receipt @ rev 20604

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 13:15:41 2018 +0300 (2018-04-19)
parents c4e53a39395a
children d5aab818505e
line diff
     1.1 --- a/orc/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/orc/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.3 @@ -14,15 +14,14 @@
     1.4  BUILD_DEPENDS="valgrind-dev"
     1.5  SPLIT="orc-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 -	./configure $CONFIGURE_ARGS && make $MAKEFLAGS && make install
    1.11 +compile_rules() {
    1.12 +	./configure $CONFIGURE_ARGS &&
    1.13 +	fix libtool &&
    1.14 +	make $MAKEFLAGS &&
    1.15 +	make install
    1.16  }
    1.17  
    1.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 -genpkg_rules()
    1.20 -{
    1.21 +genpkg_rules() {
    1.22  	case $PACKAGE in
    1.23  		orc)   copy @std;;
    1.24  		*-dev) copy @dev;;