From 968c6baa7dccf6a3622a0f0e870884eda9054c4a Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 9 Mar 2014 19:54:05 +0100 Subject: [PATCH] Revert "bdb: fixed cross-compiling by not building C++ glue" This reverts commit e95ba93c8bc4f70bd13177283c1f601179eaccc0. --- database/bdb/bdb-conf.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/database/bdb/bdb-conf.in b/database/bdb/bdb-conf.in index 47d35dc45..ed2d32b13 100644 --- a/database/bdb/bdb-conf.in +++ b/database/bdb/bdb-conf.in @@ -3,7 +3,6 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../bdb/bdb-conf.in -# Copyright (C) 2014 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -51,11 +50,7 @@ if [[ $pkg = *-java ]]; then var_append makeopt ' ' java else var_append confopt ' ' '--enable-compat185' - - # FIXME: no C++ compiler support when cross-compiling - if atstage native; then - var_append confopt ' ' '--enable-cxx' - fi + var_append confopt ' ' '--enable-cxx' # we need the install-sh here, since our gnu-install does not # handle the transform-name ...