diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index e31b9f53e5..2a915c4e47 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,10 @@ December 27th, 2023 + + [bdubbs] - Update to paps-0.8.0. Fixes + #19046. + [bdubbs] - Add fmt-10.1.1. Needed for paps-0.8.0. diff --git a/packages.ent b/packages.ent index 9a42afadc5..5a1069382f 100644 --- a/packages.ent +++ b/packages.ent @@ -1166,7 +1166,7 @@ - + diff --git a/pst/ps/paps.xml b/pst/ps/paps.xml index 1917f22374..26e97f2d86 100644 --- a/pst/ps/paps.xml +++ b/pst/ps/paps.xml @@ -4,11 +4,11 @@ %general-entities; - + - - - + + + ]> @@ -91,7 +91,9 @@ commands: -./configure --prefix=/usr --mandir=/usr/share/man && +./configure --prefix=/usr \ + --disable-Werror \ + --mandir=/usr/share/man && make