Browse Source

samba: changed to use --with-ldap than the unrecognized --with-ldapsam confopt

stable/0.6
Christian Wiese 11 years ago
parent
commit
71f1f1a9f2
  1. 4
      network/samba/samba.conf

4
network/samba/samba.conf

@ -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/.../samba/samba.conf # Filename: package/.../samba/samba.conf
# Copyright (C) 2006 - 2013 The OpenSDE Project # Copyright (C) 2006 - 2014 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -41,7 +41,7 @@ var_append extraconfopt ' ' "--with-nisplus-home"
# let samba configure find ldap and enable ldapsam # let samba configure find ldap and enable ldapsam
if pkginstalled openldap; then if pkginstalled openldap; then
pkgprefix -t openldap pkgprefix -t openldap
var_append extraconfopt ' ' "--with-ldapsam" var_append extraconfopt ' ' "--with-ldap"
var_append extraconfopt ' ' "CFLAGS=\"$CFLAGS${CFLAGS:+ }-I$( pkgprefix includedir openldap )\"" var_append extraconfopt ' ' "CFLAGS=\"$CFLAGS${CFLAGS:+ }-I$( pkgprefix includedir openldap )\""
var_append extraconfopt ' ' "CPPFLAGS=\"$CPPFLAGS${CPPFLAGS:+ }-I$( pkgprefix includedir openldap )\"" var_append extraconfopt ' ' "CPPFLAGS=\"$CPPFLAGS${CPPFLAGS:+ }-I$( pkgprefix includedir openldap )\""
var_append extraconfopt ' ' "LDFLAGS=\"$LDFLAGS${LDFLAGS:+ }-L$( pkgprefix libdir openldap )\"" var_append extraconfopt ' ' "LDFLAGS=\"$LDFLAGS${LDFLAGS:+ }-L$( pkgprefix libdir openldap )\""

Loading…
Cancel
Save