commit:     6c91a928a8464a211d4a0fe3da76a031f128b704
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 12:11:26 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 12:11:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c91a928

net-libs/nghttp2: Synced live ebuild.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-libs/nghttp2/nghttp2-9999.ebuild | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild 
b/net-libs/nghttp2/nghttp2-9999.ebuild
index f340b41cdaf..f7c762907e0 100644
--- a/net-libs/nghttp2/nghttp2-9999.ebuild
+++ b/net-libs/nghttp2/nghttp2-9999.ebuild
@@ -44,24 +44,24 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-       ECONF_SOURCE=${S} \
-       econf \
-               --disable-examples \
-               --disable-failmalloc \
-               --disable-werror \
-               --without-cython \
-               --disable-python-bindings \
-               --without-spdylay \
-               $(use_enable cxx asio-lib) \
-               $(use_enable debug) \
-               $(multilib_native_use_enable hpack-tools) \
-               $(use_enable static-libs static) \
-               $(use_enable threads) \
-               $(multilib_native_use_enable utils app) \
-               $(multilib_native_use_with jemalloc) \
+       local myeconfargs=(
+               --disable-examples
+               --disable-failmalloc
+               --disable-werror
+               --without-cython
+               --disable-python-bindings
+               $(use_enable cxx asio-lib)
+               $(use_enable debug)
+               $(multilib_native_use_enable hpack-tools)
+               $(use_enable static-libs static)
+               $(use_enable threads)
+               $(multilib_native_use_enable utils app)
+               $(multilib_native_use_with jemalloc)
                $(multilib_native_use_with xml libxml2)
+       )
+       ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }
 
 multilib_src_install_all() {
-       use static-libs || find "${ED}" -name '*.la' -delete
+       use static-libs || find "${ED%/}"/usr -name '*.la' -delete
 }

Reply via email to