wok-next diff rpcbind/receipt @ rev 20714

netkit-rsh: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:56:13 2018 +0300 (2018-05-27)
parents 10df65db91ad
children d5aab818505e
line diff
     1.1 --- a/rpcbind/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.2 +++ b/rpcbind/receipt	Sun May 27 12:56:13 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="rpcbind"
     1.7 -VERSION="0.2.0"
     1.8 +VERSION="0.2.4"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="RPC program numbers to universal addresses converter"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -18,8 +18,9 @@
    1.13  		arm*) export CPPFLAGS="$CPPFLAGS -I/cross/$ARCH/sysroot/usr/include/tirpc" ;;
    1.14  	esac
    1.15  
    1.16 -	./configure $CONFIGURE_ARGS &&
    1.17 -	fix libtool &&
    1.18 +	./configure \
    1.19 +		--with-systemdsystemunitdir=no \
    1.20 +		$CONFIGURE_ARGS &&
    1.21  	make &&
    1.22  	make install
    1.23  }