libtirpc 1.3.5-1

This commit is contained in:
xhaa123 2024-10-16 01:29:27 +08:00
parent f179886cb4
commit eda4c598b5

View File

@ -5,25 +5,26 @@
# Maintainer: Future Linux Team <future_linux@163.com>
pkgname=libtirpc
pkgver=1.3.4
pkgver=1.3.5
pkgrel=1
pkgdesc="Transport Independent RPC library (SunRPC replacement)"
arch=('x86_64')
url="http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary"
license=('BSD')
license=('SISSL' 'BSD-3-Clause')
depends=('krb5' 'glibc')
backup=(etc/netconfig)
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
sha256sums=(1e0b0c7231c5fa122e06c0609a76723664d068b0dba3b8219b63e6340b347860)
sha256sums=(9b31370e5a38d3391bf37edfa22498e28fe2142467ae6be7a17c9068ec0bf12f)
build() {
cd ${pkgname}-${pkgver}
${CONFIGURE} \
${CONFIGURE} \
--sysconfdir=/etc \
--disable-static
make
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
package() {