summaryrefslogtreecommitdiffstats
path: root/testing/libtirpc/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libtirpc/APKBUILD')
-rw-r--r--testing/libtirpc/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/libtirpc/APKBUILD b/testing/libtirpc/APKBUILD
index cbe2b642..d77553d5 100644
--- a/testing/libtirpc/APKBUILD
+++ b/testing/libtirpc/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libtirpc
pkgver=0.2.1
-pkgrel=0
+pkgrel=1
pkgdesc="Transport Independent RPC library (SunRPC replacement)"
url="http://libtirpc.sourceforge.net/"
license="GPL2"
@@ -17,6 +17,8 @@ prepare() {
# uclibc does not provide nis.h so provide our own
mkdir src/rpcsvc
cp "$srcdir"/nis.h src/rpcsvc/
+ # we dont have nsl
+ sed -i -e "/^libtirpc_la_LDFLAGS/s/-lnsl//" src/Makefile.in
}
build() {