From 2e0e478a0c18dabd966eddb6522db915eaccf25b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 7 Jun 2014 17:57:53 +0200 Subject: [PATCH] libgpg-error: specify 'CC_FOR_BUILD' Signed-off-by: Stephan Raue --- packages/security/libgpg-error/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/security/libgpg-error/package.mk b/packages/security/libgpg-error/package.mk index bec94236aa..f716f59ee5 100644 --- a/packages/security/libgpg-error/package.mk +++ b/packages/security/libgpg-error/package.mk @@ -32,7 +32,7 @@ PKG_LONGDESC="This is a library that defines common error values for all GnuPG c PKG_IS_ADDON="no" PKG_AUTORECONF="yes" -PKG_CONFIGURE_OPTS_TARGET="--disable-nls --disable-rpath --with-gnu-ld" +PKG_CONFIGURE_OPTS_TARGET="CC_FOR_BUILD=$HOST_CC --disable-nls --disable-rpath --with-gnu-ld" post_makeinstall_target() { rm -rf $INSTALL/usr/bin