summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-08 22:31:31 -0500
committermidipix <writeonce@midipix.org>2016-12-08 22:37:04 -0500
commitd561f3b78cdbb7e18535b0b033cac9bf684348c1 (patch)
tree000098bd5d636a3c19675ef0861a70aa7b7df577
parent058eec6fd61267d6d4aaefcd1be89587a08b7f52 (diff)
downloadslibtool-d561f3b78cdbb7e18535b0b033cac9bf684348c1.tar.bz2
slibtool-d561f3b78cdbb7e18535b0b033cac9bf684348c1.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