aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-05-05 08:22:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-05-05 08:22:46 +0000
commit409916aaa24d63b1f1092a0bc62cb03a579beb4e (patch)
treedb11cddabc10ea4f7f1063f652f49df8b4b0b6f5
parentc6947a4c96106e02b6ed1a9db1a2cc1d56ad3a7f (diff)
downloadaports-409916aaa24d63b1f1092a0bc62cb03a579beb4e.tar.bz2
aports-409916aaa24d63b1f1092a0bc62cb03a579beb4e.tar.xz
testing/libtirpc: we dont use -lnsl with uclibc nowdays
-rw-r--r--testing/libtirpc/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/libtirpc/APKBUILD b/testing/libtirpc/APKBUILD
index d8ae675ae..d77553d5b 100644
--- a/testing/libtirpc/APKBUILD
+++ b/testing/libtirpc/APKBUILD
@@ -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() {