summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-08 22:31:31 -0500
committermidipix <writeonce@midipix.org>2016-12-08 22:36:15 -0500
commitefa013f6b615c3c960f3ebd796b11f199667620f (patch)
tree02c1ac55c3f7b537e56a06e6841e4160199233ee
parent95a49328587df8f770a0a09c67b2828e92011ed4 (diff)
downloaddalist-efa013f6b615c3c960f3ebd796b11f199667620f.tar.bz2
dalist-efa013f6b615c3c960f3ebd796b11f199667620f.tar.xz
build system: configure: pass --sysroot to the linker as a compiler argument.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c13f5f4..1c326f7 100755
--- a/configure
+++ b/configure
@@ -226,7 +226,7 @@ common_defaults()
fi
if [ -z "$mb_ldflags_sysroot" ]; then
- mb_ldflags_sysroot="-Wl,--sysroot,$mb_sysroot"
+ mb_ldflags_sysroot="--sysroot=$mb_sysroot"
fi
fi