summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-02 18:00:17 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-02 18:00:17 (EDT)
commitece47d98fcf68b7f70fc2b11bf01929d689071ca (patch)
treea7d42ba7e6aab21a8e3c1316ee0713bba0b80852 /build
parent99eae6970cb27263f7f4716769ef66a3acbe4ebe (diff)
build: Drop hardcoded version in --with-gxx-include-dir
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
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 = \