From 71f1f1a9f2feced7d8476c20d35b5f3fc3ab43d1 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 3 Feb 2014 11:33:36 +0100 Subject: [PATCH] samba: changed to use --with-ldap than the unrecognized --with-ldapsam confopt --- network/samba/samba.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/samba/samba.conf b/network/samba/samba.conf index b67ddef5e..a9a75a824 100644 --- a/network/samba/samba.conf +++ b/network/samba/samba.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # 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) 1998 - 2003 Clifford Wolf # @@ -41,7 +41,7 @@ var_append extraconfopt ' ' "--with-nisplus-home" # let samba configure find ldap and enable ldapsam if pkginstalled openldap; then 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 ' ' "CPPFLAGS=\"$CPPFLAGS${CPPFLAGS:+ }-I$( pkgprefix includedir openldap )\"" var_append extraconfopt ' ' "LDFLAGS=\"$LDFLAGS${LDFLAGS:+ }-L$( pkgprefix libdir openldap )\""