aports/main/nss/no-werror.patch
ptrcnull f1e996e1af
main/nss: change builddir
makes it easier to drop-in replace the release version with the beta
pulled directly from Mercurial
2024-06-03 19:26:05 +02:00

12 lines
300 B
Diff

diff --git a/coreconf/werror.py b/coreconf/werror.py
index 2f622c5..286cd46 100644
--- a/coreconf/werror.py
+++ b/coreconf/werror.py
@@ -38,7 +38,6 @@ def main():
print('-DNSS_NO_GCC48')
return
- print('-Werror')
print('-Wall')
def set_warning(warning, contra=''):