mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-libs/maloc: drop no-op USE=static-libs
We add --disable-static just to be sure though. We were already unconditionally deleting both .la and .a, so the USE flag did nothing. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
IUSE="doc mpi static-libs"
|
||||
IUSE="doc mpi"
|
||||
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
BDEPEND="
|
||||
@@ -48,6 +48,7 @@ src_configure() {
|
||||
|
||||
myeconfargs+=(
|
||||
--disable-triplet
|
||||
--disable-static
|
||||
$(use_enable mpi)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user