diff options
author | 2017-11-22 10:01:04 -0800 | |
---|---|---|
committer | 2017-11-22 10:01:04 -0800 | |
commit | 703900fc8e10a0c35ee4b0d0ac2f6a81a1b84803 (patch) | |
tree | 1a58b9a85e5a5d3a983fd0a681a0e8073e5e3165 /net-libs | |
parent | net-libs/webkit-gtk: version bump to 2.18.3 (diff) | |
download | musl-703900fc8e10a0c35ee4b0d0ac2f6a81a1b84803.tar.gz musl-703900fc8e10a0c35ee4b0d0ac2f6a81a1b84803.tar.bz2 musl-703900fc8e10a0c35ee4b0d0ac2f6a81a1b84803.zip |
net-libs/libnsl: version bump to 1.1.0-r3
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnsl/libnsl-1.1.0-r3.ebuild (renamed from net-libs/libnsl/libnsl-1.1.0-r1.ebuild) | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/net-libs/libnsl/libnsl-1.1.0-r1.ebuild b/net-libs/libnsl/libnsl-1.1.0-r3.ebuild index f635e757..9524db2d 100644 --- a/net-libs/libnsl/libnsl-1.1.0-r1.ebuild +++ b/net-libs/libnsl/libnsl-1.1.0-r3.ebuild @@ -39,6 +39,14 @@ src_prepare(){ } multilib_src_configure() { - # Fool multilib-minimal to run ./configure in out-of-tree build - ECONF_SOURCE=${S} econf + local myconf=( + --enable-shared + --disable-static + ) + ECONF_SOURCE=${S} econf "${myconf[@]}" +} + +multilib_src_install_all() { + einstalldocs + find "${ED}" -name '*.la' -delete || die } |