diff options
-rw-r--r-- | testing/libtirpc/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
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() { |