aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlibexec/build-make-compile8
1 files changed, 6 insertions, 2 deletions
diff --git a/libexec/build-make-compile b/libexec/build-make-compile
index 5cbb743..2b344e7 100755
--- a/libexec/build-make-compile
+++ b/libexec/build-make-compile
@@ -16,9 +16,13 @@ build_compile()
{
if [ -f "configure" ]; then
./configure --host="${CHOST}" \
- --prefix="/usr" --mandir=/usr/share/man \
- --docdir=/usr/share/doc \
+ --prefix=/usr \
--sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --docdir=/usr/share/doc \
+ --disable-dependency-tracking \
+ --with-sysroot="${SYSROOT}" \
+ --with-libtool-sysroot="${SYSROOT}" \
${CONFIG_OPTS}
fi