[med-svn] [Git][med-team/libcereal][master] Disable -Werror to fix FTBFS on arm, ppc, s390x (Closes: #1021394)

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Oct 13 19:34:04 BST 2022



Andreas Tille pushed to branch master at Debian Med / libcereal


Commits:
bf69ba99 by Scott Talbert at 2022-10-13T13:34:30-04:00
Disable -Werror to fix FTBFS on arm, ppc, s390x (Closes: #1021394)

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+libcereal (1.3.2+dfsg-4) UNRELEASED; urgency=medium
+
+  * Disable -Werror to fix FTBFS on arm, ppc, s390x (Closes: #1021394)
+
+ -- Scott Talbert <swt at techie.net>  Thu, 13 Oct 2022 13:31:58 -0400
+
 libcereal (1.3.2+dfsg-3) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -8,7 +8,7 @@ endif
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DSKIP_PORTABILITY_TEST=on $(EXTRA)
+	dh_auto_configure -- -DSKIP_PORTABILITY_TEST=on -DWITH_WERROR=OFF $(EXTRA)
 
 override_dh_auto_build:
 	dh_auto_build -- all doc



View it on GitLab: https://salsa.debian.org/med-team/libcereal/-/commit/bf69ba9963f29b2eda02d39ea02c0c2f71426e78

-- 
View it on GitLab: https://salsa.debian.org/med-team/libcereal/-/commit/bf69ba9963f29b2eda02d39ea02c0c2f71426e78
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20221013/c217681d/attachment.htm>


More information about the debian-med-commit mailing list