From ece47d98fcf68b7f70fc2b11bf01929d689071ca Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 02 May 2019 18:00:17 -0400 Subject: build: Drop hardcoded version in --with-gxx-include-dir --- (limited to 'build') diff --git a/build b/build index 9916c90..1e91a70 100755 --- a/build +++ b/build @@ -43,7 +43,7 @@ common_opts = \ --without-included-gettext \ --with-nls \ --with-sysroot="$${OPK_SYSROOT}" \ - --with-gxx-include-dir=/usr/include/c++-4.7 \ + --with-gxx-include-dir="/usr/include/c++-$(base_version)" \ --enable-clocale=gnu full_opts = \ -- cgit v0.9.1