From c237cfa1a87cb03134938bdb0653a5ee4f4a133c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 02 Jul 2013 14:09:43 -0400 Subject: build: Don't set a default sysroot. gcc_gxx_include_dir loses its preceding slash if a non-null sysroot is set. --- 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 -- cgit v0.9.1