Closed
Bug 2006218
Opened 3 months ago
Closed 29 days ago
selfserv cannot be build when external zlib is used
Categories
(NSS :: Build, defect, P3)
NSS
Build
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: preocanin.aleksandar, Unassigned)
Details
Attachments
(2 files)
|
437 bytes,
patch
|
Details | Diff | Splinter Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
Steps to reproduce
Build project using Makefile with ZLIB_INCLUDE_DIR and ZLIB_LIBS pointing to the external zlib dirs.
Actual result
Building with zlib.h which is not in the default system include path leads to build failure for selfserv target.
Expected result
Build is finished successfully.
Comment 1•1 month ago
|
||
I think you just need to compile with USE_SYSTEM_ZLIB defined
Severity: -- → S3
Priority: -- → P3
Comment 2•1 month ago
|
||
| Reporter | ||
Comment 3•1 month ago
|
||
Sorry for late response.
So this is eventually needed when Zlib in not on the system directly but rather in some other locations for example when we are using Conan package manager in the project which stores packages in self managed location.
Pushed by jschanck@mozilla.com:
https://hg.mozilla.org/projects/nss/rev/0db46915c0c0
allow selfserv makefile build to use system zlib. r=nss-reviewers,djackson
Status: UNCONFIRMED → RESOLVED
Closed: 29 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•