dev-libs/libgpg-error: fix build when BUILD_CC contains spaces
authorKarel Kočí <cynerd@email.cz>
Wed, 3 Jan 2018 17:23:24 +0000 (18:23 +0100)
committerAlon Bar-Lev <alonbl@gentoo.org>
Wed, 3 Jan 2018 19:26:34 +0000 (21:26 +0200)
commit35cb4fde12ccb0d423d7b3c74c8539240437848f
treef2c90f10dc7b60cf24c17cc8c9f6cb4743997fd2
parent7098e18bf81f9609945ba3922280e9071329d551
dev-libs/libgpg-error: fix build when BUILD_CC contains spaces

Filled compiler can be more than just compiler executable name. If 32bit
abi is enable the -m32 is passed with it. Before this the -m32 was
passed to configure script and it failed with error (because it clearly
doesn't support -m32 switch).

Bug: https://bugs.gentoo.org/643274
dev-libs/libgpg-error/libgpg-error-1.27-r1.ebuild