diff options
author | P. 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) |
commit | c237cfa1a87cb03134938bdb0653a5ee4f4a133c (patch) | |
tree | 9e302555ea12286bb5792018edb502060b716d4b | |
parent | d0f8b6478e0f9684e4d5325e0fd74e4aa31c7296 (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-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |