|
|
|
@ -45,7 +45,11 @@ hook_add premake 3 'eval $MAKE depend'
|
|
|
|
|
pkgprefix -t bdb |
|
|
|
|
var_append CPP_WRAPPER_APPEND ' ' "-I$( pkgprefix includedir bdb )" |
|
|
|
|
|
|
|
|
|
var_append GCC_WRAPPER_APPEND ' ' "-DLDAP_DEBUG" |
|
|
|
|
if [ "$SDECFG_DEBUG" = 1 ]; then |
|
|
|
|
var_append extraconfopt ' ' '--enable-debug=yes' |
|
|
|
|
else |
|
|
|
|
var_append extraconfopt ' ' '--enable-debug=no' |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
# work around - needs to be fixed, treading support hangs ... -ReneR |
|
|
|
|
[ $arch = powerpc ] && var_append extraconfopt ' ' '--disable-bdb' |
|
|
|
|