Project

General

Profile

Actions

Bug #5778

closed

gitbuilders use cryptopp instead of nss libraries

Added by Anonymous almost 11 years ago. Updated almost 10 years ago.

Status:
Resolved
Priority:
High
Assignee:
Sandon Van Ness
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

The configure script checks for the libcryptopp package being installed before it checks for nss. This means that even if the --with-nss option is specified, libcryptopp will be used if it's installed on the system. By chance we building release builds with nss, and gitbuilder builds with cryptopp.

There are two possible solutions, fix configure.ac to honor the --with-nss falg, or also specify --without-cryptopp in the make files.

Actions

Also available in: Atom PDF