diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-05 08:22:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-05 08:22:46 +0000 |
commit | 409916aaa24d63b1f1092a0bc62cb03a579beb4e (patch) | |
tree | db11cddabc10ea4f7f1063f652f49df8b4b0b6f5 /testing | |
parent | c6947a4c96106e02b6ed1a9db1a2cc1d56ad3a7f (diff) | |
download | aports-409916aaa24d63b1f1092a0bc62cb03a579beb4e.tar.bz2 aports-409916aaa24d63b1f1092a0bc62cb03a579beb4e.tar.xz |
testing/libtirpc: we dont use -lnsl with uclibc nowdays
Diffstat (limited to 'testing')
-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 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() { |