commit:     3874c263e5eaa15cd376fb4fb7583443f1772c54
Author:     hsk17 <hsk17 <AT> mail <DOT> de>
AuthorDate: Wed Mar  6 12:33:58 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 12:33:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3874c263

scripts/bootstrap-prefix: set libdir for python install

Bug: https://bugs.gentoo.org/678900
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 70863e2396..da6017f1bd 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1016,6 +1016,7 @@ EOP
                --disable-toolbox-glue \
                --disable-ipv6 \
                --disable-shared \
+               --libdir="${ROOT}"/tmp/usr/lib \
                ${myconf} || return 1
        $MAKE ${MAKEOPTS} || return 1
 

Reply via email to