|
|
@ -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/.../claws-mail/claws-mail.conf |
|
|
|
# Filename: package/.../claws-mail/claws-mail.conf |
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 2006 The T2 SDE Project |
|
|
|
# |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
@ -13,6 +13,15 @@ |
|
|
|
# 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 --- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# workaround to correctly enable libSM support for session management |
|
|
|
|
|
|
|
if pkginstalled libsm ; then |
|
|
|
|
|
|
|
pkgprefix -t libsm |
|
|
|
|
|
|
|
var_append LDFLAGS ' ' "-L$root$( pkgprefix libdir libsm )" |
|
|
|
|
|
|
|
export LDFLAGS |
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
var_append confopt ' ' "--disable-libsm" |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
if pkginstalled openldap ; then |
|
|
|
if pkginstalled openldap ; then |
|
|
|
pkgprefix -t openldap |
|
|
|
pkgprefix -t openldap |
|
|
|
LDAPLIBS="$root/$( pkgprefix libdir openldap )" |
|
|
|
LDAPLIBS="$root/$( pkgprefix libdir openldap )" |
|
|
|