mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- put GDBM and QDBM options into an OPTIONS_SINGLE, the cannot be used
simultaneously (affects databases/php53-dba) [1] - fix a typo introduced in r300957 that prevents mail/php53-imap from building [2] PR: ports/171636 [2] Submitted by: <freebsd@nagilum.org> [2] Reported by: Shahin Qurbanov <shahin.b.qurbanov@gmail.com> [1]
This commit is contained in:
parent
168664fa8d
commit
0ac6fe205d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304267
@ -40,8 +40,10 @@ CONFIGURE_ARGS+=--with-curl=${LOCALBASE}
|
||||
.if ${PHP_MODNAME} == "dba"
|
||||
CONFIGURE_ARGS+=--enable-dba
|
||||
|
||||
OPTIONS_DEFINE= CDB DB4 GDBM QDBM INIFILE FLATFILE
|
||||
OPTIONS_DEFINE= CDB DB4 DBM INIFILE FLATFILE
|
||||
OPTIONS_DEFAULT= CDB INIFILE FLATFILE
|
||||
OPTIONS_SINGLE= DBM
|
||||
OPTIONS_SINGLE_DBM= GDBM QDBM
|
||||
|
||||
CDB_DESC= cdb database support
|
||||
DB4_DESC= Berkeley DB4 support
|
||||
@ -519,7 +521,7 @@ CONFIGURE_ARGS+=--enable-gd-jis-conv
|
||||
.if ${PHP_MODNAME} == "imap"
|
||||
. if ${PORT_OPTIONS:MSSL}
|
||||
CONFIGURE_ARGS+=--with-imap-ssl=${OPENSSLBASE}
|
||||
LDFLAGS+= -L${OPENSSLLIB} -lcrypto -ssl
|
||||
LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl
|
||||
. endif
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user