From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B3B6138334 for ; Wed, 6 Mar 2019 12:34:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77B1FE08EF; Wed, 6 Mar 2019 12:34:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D724E08EF for ; Wed, 6 Mar 2019 12:34:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C039335D01 for ; Wed, 6 Mar 2019 12:34:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86B35559 for ; Wed, 6 Mar 2019 12:34:30 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1551875638.3874c263e5eaa15cd376fb4fb7583443f1772c54.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 3874c263e5eaa15cd376fb4fb7583443f1772c54 X-VCS-Branch: master Date: Wed, 6 Mar 2019 12:34:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dc599776-ecf0-43ab-a552-d11125878170 X-Archives-Hash: 7847180fc04c61f3cd3145befab517c2 commit: 3874c263e5eaa15cd376fb4fb7583443f1772c54 Author: hsk17 mail de> AuthorDate: Wed Mar 6 12:33:58 2019 +0000 Commit: Fabian Groffen gentoo 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 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