From 409916aaa24d63b1f1092a0bc62cb03a579beb4e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 5 May 2010 08:22:46 +0000 Subject: testing/libtirpc: we dont use -lnsl with uclibc nowdays --- testing/libtirpc/APKBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/libtirpc/APKBUILD b/testing/libtirpc/APKBUILD index d8ae675ae2..d77553d5b2 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() { -- cgit v1.2.3