libtirpc: update to 0.2.3

This commit is contained in:
Juergen Daubert 2013-02-16 15:40:33 +01:00
parent 3af57b219f
commit 8a850385a1
2 changed files with 6 additions and 14 deletions

View File

@ -1 +1 @@
74c41c15c2909f7d11d9c7bfa7db6273 libtirpc-0.2.2.tar.bz2
b70e6c12a369a91e69fcc3b9feb23d61 libtirpc-0.2.3.tar.bz2

View File

@ -3,25 +3,17 @@
# URL: http://nfsv4.bullopensource.org/doc/tirpc_rpcbind.php
name=libtirpc
version=0.2.2
release=4
version=0.2.3
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
# revert
# http://git.infradead.org/users/steved/libtirpc.git/patch/9bdcba10aa67ce3f67810c7aaac944a00dcfcee5
# because it breaks linking of other applications against libtirpc
sed -i 's/des_crypt\.c//' src/Makefile.am
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man
# autmake 1.13
sed -i 's/^AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
aclocal
automake
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}