aboutsummaryrefslogtreecommitdiffstats
path: root/main/mpfr3
diff options
context:
space:
mode:
Diffstat (limited to 'main/mpfr3')
-rw-r--r--main/mpfr3/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/mpfr3/APKBUILD b/main/mpfr3/APKBUILD
index 22ab4258e6..789096ff79 100644
--- a/main/mpfr3/APKBUILD
+++ b/main/mpfr3/APKBUILD
@@ -17,6 +17,7 @@ build() {
./configure --prefix=/usr \
--build=${CBUILD} \
--host=${CHOST} \
+ --with-sysroot=${CBUILDROOT} \
--enable-shared || return 1;
make || return 1;
}