summaryrefslogtreecommitdiffhomepage
path: root/configure
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:46 -0500
commit85ef2807d725363329a871fad470f12e0098c889 (patch)
treecb7f8901ef507bd9f061adc7457ad560dff9287b /configure
parent811043abc8617e1946a076f6d3b380530ce9edcf (diff)
downloadperk-85ef2807d725363329a871fad470f12e0098c889.tar.bz2
perk-85ef2807d725363329a871fad470f12e0098c889.tar.xz
build system: configure: pass --sysroot to the linker as a compiler argument.
Diffstat (limited to 'configure')
-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