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