From ae1c9d49d188ad0efbf61a88ec083eaec1484473 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 27 Dec 2018 18:00:54 +0100 Subject: [PATCH] hdf5: Enable C++ binding --- hdf5.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hdf5.be0 b/hdf5.be0 index bc8a24d2c..f34583fcb 100755 --- a/hdf5.be0 +++ b/hdf5.be0 @@ -17,7 +17,8 @@ mee_patch() { } mee_configure() { - bee_configure --enable-shared=no --disable-silent-rules + bee_configure --enable-shared=no --disable-silent-rules \ + --enable-cxx } mee_build() {