Closed
Bug 1659252
Opened 5 years ago
Closed 4 years ago
"make" build with NSS_DISABLE_DBM=1
Categories
(NSS :: Build, defect)
NSS
Build
Tracking
(Not tracked)
RESOLVED
FIXED
3.57
People
(Reporter: ueno, Unassigned)
Details
Attachments
(1 file)
$ make nss_build_all USE_64=1 NSS_DISABLE_DBM=1
[...]
cc: error: ../../../../dist/Linux5.7_x86_64_cc_glibc_PTH_64_DBG.OBJ/lib/libdbm.a: No such file or directory
make[5]: *** [../../../coreconf/rules.mk:204: Linux5.7_x86_64_cc_glibc_PTH_64_DBG.OBJ/libnssdbm3.so] Error 1
make[5]: Leaving directory '/home/ueno/devel/nss/lib/softoken/legacydb'
make[4]: *** [../../coreconf/rules.mk:44: legacydb] Error 2
IMO legacydb
shouldn't be added to the subdirs in that case. I'm using this patch in the Fedora 33 package, where DBM is disabled:
https://src.fedoraproject.org/rpms/nss/blob/f33/f/nss-disable-legacydb.patch
Reporter | ||
Comment 1•5 years ago
|
||
Reporter | ||
Comment 2•4 years ago
|
||
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.57
You need to log in
before you can comment on or make changes to this bug.
Description
•