[packages/perl-Mozilla-DOM] - last xul libs are incompatible with C++17
qboosh
qboosh at pld-linux.org
Mon Sep 15 06:26:49 CEST 2025
commit 22ce084f315ee55127c2147da9c7f9914ed58efb
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Sep 15 06:29:39 2025 +0200
- last xul libs are incompatible with C++17
perl-Mozilla-DOM.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/perl-Mozilla-DOM.spec b/perl-Mozilla-DOM.spec
index c4c79eb..e6083b7 100644
--- a/perl-Mozilla-DOM.spec
+++ b/perl-Mozilla-DOM.spec
@@ -63,7 +63,7 @@ echo | %{__perl} Makefile.PL \
%{__make} \
CC="%{__cxx}" \
LDDLFLAGS="-shared %{rpmldflags} -Wl,-rpath,$(pkg-config --variable=libdir libxul)" \
- OPTIMIZE="%{rpmcxxflags}"
+ OPTIMIZE="%{rpmcxxflags} -std=c++11"
%{?with_tests:%{__make} test}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Mozilla-DOM.git/commitdiff/22ce084f315ee55127c2147da9c7f9914ed58efb
More information about the pld-cvs-commit
mailing list