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:36 -0500
commitfcf74eeb8b9479299f764faf29c9252f941d0c3b (patch)
tree9af5d91bf9475fda01ee770bacfa67e947fb1463
parenteff15e357b665b586574e1ed61872efb036b1c26 (diff)
downloadntcon-fcf74eeb8b9479299f764faf29c9252f941d0c3b.tar.bz2
ntcon-fcf74eeb8b9479299f764faf29c9252f941d0c3b.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