summaryrefslogtreecommitdiffstats
path: root/main/mpfr3/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/mpfr3/APKBUILD')
-rw-r--r--main/mpfr3/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/mpfr3/APKBUILD b/main/mpfr3/APKBUILD
index 22ab4258e..789096ff7 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;
}