Browse Source

Revert "bdb: fixed cross-compiling by not building C++ glue"

This reverts commit e95ba93c8b.
stable/0.6
Christian Wiese 11 years ago
parent
commit
968c6baa7d
  1. 7
      database/bdb/bdb-conf.in

7
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 ...

Loading…
Cancel
Save