wok-next rev 20609
rpcbind: up 0.2.4
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 19 16:41:40 2018 +0300 (2018-04-19) |
parents | 7d5f27069b23 |
children | 0f501a0d06a0 |
files | rpcbind/receipt |
line diff
1.1 --- a/rpcbind/receipt Thu Apr 19 15:29:52 2018 +0200 1.2 +++ b/rpcbind/receipt Thu Apr 19 16:41:40 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 }