|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../ldapvi/ldapvi.conf |
|
|
|
# Filename: package/.../ldapvi/ldapvi.conf |
|
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2007 - 2011 The OpenSDE Project |
|
|
|
# |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# |
|
|
|
# |
|
|
@ -12,11 +12,10 @@ |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
if pkginstalled gnutls; then |
|
|
|
# openssl is the default, but we prefer to set it explicitely because |
|
|
|
# openssl is the default, but we prefer gnutls if possible |
|
|
|
# it fails to build against recent versions of gnutls |
|
|
|
var_append confopt ' ' --with-libcrypto=gnutls |
|
|
|
pkgprefix -t openssl |
|
|
|
fi |
|
|
|
var_append confopt ' ' --with-libcrypto=openssl |
|
|
|
|
|
|
|
|
|
|
|
pkgprefix -t openldap |
|
|
|
pkgprefix -t openldap |
|
|
|
var_append GCC_WRAPPER_APPEND ' ' "-L ${root}$( pkgprefix libdir openldap )" |
|
|
|
var_append GCC_WRAPPER_APPEND ' ' "-L ${root}$( pkgprefix libdir openldap )" |
|
|
|
|
|
|
|
|
|
|
|