diff options
Diffstat (limited to 'sys-apps/coreutils/coreutils-9.0-r1.ebuild')
-rw-r--r-- | sys-apps/coreutils/coreutils-9.0-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-apps/coreutils/coreutils-9.0-r1.ebuild b/sys-apps/coreutils/coreutils-9.0-r1.ebuild index ffbc9ea3ef92..1a47a1aacc83 100644 --- a/sys-apps/coreutils/coreutils-9.0-r1.ebuild +++ b/sys-apps/coreutils/coreutils-9.0-r1.ebuild @@ -112,6 +112,10 @@ src_configure() { $(use_with gmp libgmp) ) + if use gmp ; then + myconf+=( --with-libgmp-prefix="${ESYSROOT}"/usr ) + fi + if tc-is-cross-compiler && [[ ${CHOST} == *linux* ]] ; then # bug #311569 export fu_cv_sys_stat_statfs2_bsize=yes |