https://issues.apache.org/bugzilla/show_bug.cgi?id=49662
Summary: configure.ac file needs to support conditional build
for Mozilla-NSS
Product: Security
Version: C++ 1.5.1
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Signature
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=25812)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25812)
This patch adds support for a new configuration option --with-nss. The patch
does not handle default NSS base directory for '--with-nss=yes'.
Existing configuration (configure.ac) file does not support command line option
for conditional build for Mozilla NSS.
It would be nice to have '--with-nss' option similar to '--with-openssl'.
When invoked "--with-nss=yes", the configuration should pick up a default
location supplied through a well-defined environment variable or OS-platform
specific location.
Also, when '--with-openssl=no' is provided as option, the configuration builder
should not check or create build options for OpenSSL at all. Currently, the
code is built for OpenSSL even though lack of conditional 'HAVE_OPENSSL'
pre-processor option comment out most of the OpenSSL related implementation.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.