mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix build error with WITHOUT_SSL.
Reported by: kris
This commit is contained in:
parent
e1ed2e8e9c
commit
655463407e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154837
@ -39,7 +39,7 @@ DOCS= FAQ.html HISTORY MANUAL.html README \
|
||||
.if !defined(WITHOUT_SSL) && (exists(/usr/lib/libcrypto.so) || exists(${LOCALBASE}/lib/libcrypto.so))
|
||||
USE_OPENSSL= yes
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-ssl
|
||||
CONFIGURE_ARGS+= --without-ssl --disable-digest-auth
|
||||
.endif
|
||||
|
||||
.if defined(M17N)
|
||||
|
Loading…
Reference in New Issue
Block a user