From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7A68F1388BF for ; Mon, 11 Jan 2016 18:03:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 787FE21C004; Mon, 11 Jan 2016 18:03:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3543E21C004 for ; Mon, 11 Jan 2016 18:03:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F13F340871 for ; Mon, 11 Jan 2016 18:03:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A27B5CB3 for ; Mon, 11 Jan 2016 18:03:49 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1452535415.666ab3cf60716d1b05c429b75adc88af5af34703.axs@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/ldb/ldb-1.1.24-r1.ebuild X-VCS-Directories: sys-libs/ldb/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 666ab3cf60716d1b05c429b75adc88af5af34703 X-VCS-Branch: master Date: Mon, 11 Jan 2016 18:03:49 +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-Archives-Salt: 5014abb1-1204-4182-9057-0b1e5adcf3cc X-Archives-Hash: d0e0e9e89550471c47b3b015f8680e7d commit: 666ab3cf60716d1b05c429b75adc88af5af34703 Author: Ian Stakenvicius gentoo org> AuthorDate: Mon Jan 11 18:03:05 2016 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Mon Jan 11 18:03:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666ab3cf sys-libs/ldb: remove --blddir configure option as it causes builds to break Thanks to iamben for catching this. Package-Manager: portage-2.2.26 sys-libs/ldb/ldb-1.1.24-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-libs/ldb/ldb-1.1.24-r1.ebuild b/sys-libs/ldb/ldb-1.1.24-r1.ebuild index 9633389..92aba67 100644 --- a/sys-libs/ldb/ldb-1.1.24-r1.ebuild +++ b/sys-libs/ldb/ldb-1.1.24-r1.ebuild @@ -53,8 +53,7 @@ multilib_src_configure() { --disable-rpath \ --disable-rpath-install --bundled-libraries=NONE \ --with-modulesdir="${EPREFIX}"/usr/$(get_libdir)/samba \ - --builtin-libraries=NONE \ - --blddir="${BUILD_DIR}" + --builtin-libraries=NONE ) if ! multilib_is_native_abi; then myconf+=( --disable-python )