Summary: | dev-libs/libgpg-error-1.27-r1 fails to build: configure: error: unrecognized option: `-m32' (during profile 17.1 migration) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Till Schäfer <till2.schaefer> |
Component: | Current packages | Assignee: | Crypto team [DISABLED] <crypto+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Till Schäfer
2018-01-06 16:32:57 UTC
I confirm. Applying the following patch fixes it for me: --- libgpg-error-1.27-r1.ebuild +++ libgpg-error-1.27-r1.ebuild @@ -37,7 +37,7 @@ multilib_src_configure() { ECONF_SOURCE="${S}" econf \ - CC_FOR_BUILD=$(tc-getBUILD_CC) \ + CC_FOR_BUILD="$(tc-getBUILD_CC)" \ --enable-threads \ $(use_enable nls) \ $(use_enable static-libs static) \ I see it under quotes for current stable |