FreeBSD Bugzilla – Attachment 129560 Details for
Bug 173556
[ patch ] no option to compile crypto support in devel/apr1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 913 bytes, created by
Dan Lukes
on 2012-11-11 14:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dan Lukes
Created:
2012-11-11 14:40:00 UTC
Size:
913 bytes
patch
obsolete
>--- Makefile.orig 2012-11-11 14:14:29.000000000 +0100 >+++ Makefile 2012-11-11 14:48:47.000000000 +0100 >@@ -22,13 +22,16 @@ > NO_OPTIONS_SORT=yes > # apr > OPTIONS_DEFINE= THREADS IPV6 DEVRANDOM >+OPTIONS_DEFAULT= THREADS IPV6 DEVRANDOM > # apr-util >-OPTIONS_DEFINE+=BDB GDBM LDAP MYSQL NDBM PGSQL SQLITE >-OPTIONS_DEFAULT=THREADS IPV6 DEVRANDOM BDB GDBM >+OPTIONS_DEFINE+=BDB GDBM LDAP MYSQL NDBM PGSQL SQLITE CRYPTO >+OPTIONS_DEFAULT+=BDB GDBM > > DEVRANDOM_DESC= Use /dev/random or compatible > NDBM_DESC= NDBM support > >+CRYPTO_DESC= Crypto support >+ > .include <bsd.port.options.mk> > > APR_VERSION= 1.4.6 >@@ -150,6 +153,15 @@ > PLIST_SUB+= SQLITE3="@comment " > .endif > >+.if ${PORT_OPTIONS:MCRYPTO} >+APU_EXTRAS= yes >+USE_OPENSSL= YES >+APU_CONF_ARGS+= --with-crypto >+APU_CONF_ARGS+= --with-openssl=${OPENSSLBASE} >+.else >+APU_CONF_ARGS+= --without-crypto >+.endif >+ > .if defined(APU_EXTRAS) > PLIST_SUB+= APU_EXTRAS="" > .else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 173556
: 129560