diff options
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/dash/dash-0.5.11.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-shells/dash/dash-0.5.11.ebuild b/app-shells/dash/dash-0.5.11.ebuild index 1bd542ff8270..9482c8379d58 100644 --- a/app-shells/dash/dash-0.5.11.ebuild +++ b/app-shells/dash/dash-0.5.11.ebuild @@ -43,6 +43,7 @@ src_configure() { use static && append-ldflags -static # Do not pass --enable-glob due to #443552. local myeconfargs=( + CC_FOR_BUILD="$(tc-getBUILD_CC)" --bindir="${EPREFIX}"/bin --enable-fnmatch $(use_with libedit) |