1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

GQ changed the configure option to specify the LDAP base directory

from --with-ldap to --with-ldap-prefix quite some time ago.

Incidentally, it still used to work with the wrong option most of the
time, as configure silently ignores unknown --with options (this is a
feature), and as the configure script often included the correct -I
and -L options to find OpenLDAP as a side-effect of other stuff
installed in the same location.  However, I've seen it fail as well,
and using the correct option is the canonical way out.

Approved by:	maintainer timeout
This commit is contained in:
Joerg Wunsch 2004-12-06 10:40:46 +00:00
parent e94ade3e42
commit 41932d6f55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123301

View File

@ -24,7 +24,7 @@ USE_OPENSSL= yes
USE_X_PREFIX= yes
USE_GNOME= gtk20 libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ldap=${LOCALBASE}
CONFIGURE_ARGS= --with-ldap-prefix=${LOCALBASE}
OPTIONS= JPEG "Enable jpegPhoto attr. handling" On \
DND "Enable Drag and drop support in browse mode" On \