# HG changeset patch # User Aleksej Bobylev # Date 1524145300 -10800 # Node ID a2283c148d90c2db1a14d20b83009e1ef78257f5 # Parent 7d5f27069b232a5c4ef55b5b9b863f309899bb61 rpcbind: up 0.2.4 diff -r 7d5f27069b23 -r a2283c148d90 rpcbind/receipt --- a/rpcbind/receipt Thu Apr 19 15:29:52 2018 +0200 +++ b/rpcbind/receipt Thu Apr 19 16:41:40 2018 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="rpcbind" -VERSION="0.2.0" +VERSION="0.2.4" CATEGORY="network" SHORT_DESC="RPC program numbers to universal addresses converter" MAINTAINER="pascal.bellard@slitaz.org" @@ -18,8 +18,9 @@ arm*) export CPPFLAGS="$CPPFLAGS -I/cross/$ARCH/sysroot/usr/include/tirpc" ;; esac - ./configure $CONFIGURE_ARGS && - fix libtool && + ./configure \ + --with-systemdsystemunitdir=no \ + $CONFIGURE_ARGS && make && make install }