Bug#984234: mediastreamer2: ftbfs with GCC-11

Bastian Germann bage at debian.org
Wed Nov 3 17:34:04 GMT 2021


I am uploading a NMU with the debdiff that is enclosed.
-------------- next part --------------
diff -Nru mediastreamer2-4.4.21/debian/changelog mediastreamer2-4.4.21/debian/changelog
--- mediastreamer2-4.4.21/debian/changelog	2020-12-31 18:22:27.000000000 +0100
+++ mediastreamer2-4.4.21/debian/changelog	2021-11-03 18:24:13.000000000 +0100
@@ -1,3 +1,10 @@
+mediastreamer2 (1:4.4.21-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS by building without -Werror (Closes: #984234)
+
+ -- Bastian Germann <bage at debian.org>  Wed, 03 Nov 2021 18:24:13 +0100
+
 mediastreamer2 (1:4.4.21-3) unstable; urgency=medium
 
   * Amend pkgconfig patch with patching the resulting .pc file.
diff -Nru mediastreamer2-4.4.21/debian/rules mediastreamer2-4.4.21/debian/rules
--- mediastreamer2-4.4.21/debian/rules	2020-12-31 18:22:27.000000000 +0100
+++ mediastreamer2-4.4.21/debian/rules	2021-11-03 18:24:04.000000000 +0100
@@ -13,7 +13,7 @@
 # Upstream unconditionally sets CMAKE_INSTALL_RPATH. Make it ineffective by
 # setting CMAKE_SKIP_RPATH
 override_dh_auto_configure:
-	dh_auto_configure -O--buildsystem=cmake -- -DCMAKE_SKIP_RPATH=ON -DENABLE_UNIT_TESTS=no -DENABLE_STATIC=NO
+	dh_auto_configure -O--buildsystem=cmake -- -DCMAKE_SKIP_RPATH=ON -DENABLE_UNIT_TESTS=no -DENABLE_STATIC=NO -DENABLE_STRICT=NO
 
 override_dh_auto_clean:
 	dh_auto_clean -O--buildsystem=cmake


More information about the Pkg-voip-maintainers mailing list