mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10: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:
parent
e94ade3e42
commit
41932d6f55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123301
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user