summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-02 14:09:43 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-02 14:09:43 (EDT)
commitc237cfa1a87cb03134938bdb0653a5ee4f4a133c (patch)
tree9e302555ea12286bb5792018edb502060b716d4b
parentd0f8b6478e0f9684e4d5325e0fd74e4aa31c7296 (diff)
build: Don't set a default sysroot.
gcc_gxx_include_dir loses its preceding slash if a non-null sysroot is set.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index c959db2..ad5de75 100755
--- a/build
+++ b/build
@@ -33,7 +33,7 @@ common_opts = \
--enable-multiarch \
--without-included-gettext \
--with-nls \
- --with-sysroot="$${OPK_SYSROOT:-/}" \
+ --with-sysroot="$${OPK_SYSROOT}" \
--with-gxx-include-dir=/usr/include/c++-4.7 \
--enable-clocale=gnu