Nilesh Patra pushed to branch master at Debian Med / libdeflate
Commits: 987975f6 by Nilesh Patra at 2022-03-10T23:34:58+05:30 Add patch to fix FTBFS on armhf (Closes: #1006139) - - - - - 3584bb74 by Nilesh Patra at 2022-03-10T23:36:00+05:30 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/armhf.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +libdeflate (1.10-2) unstable; urgency=medium + + * Team Upload. + * Add patch to fix FTBFS on armhf (Closes: #1006139) + + Thanks to Graham Inggs for pointing towards Ubuntu patch + + -- Nilesh Patra <[email protected]> Thu, 10 Mar 2022 23:35:02 +0530 + libdeflate (1.10-1) unstable; urgency=medium * Team upload. ===================================== debian/patches/armhf.patch ===================================== @@ -0,0 +1,11 @@ +--- a/lib/arm/crc32_impl.h ++++ b/lib/arm/crc32_impl.h +@@ -41,7 +41,7 @@ + # ifdef __clang__ + # define ATTRIBUTES __attribute__((target("armv8-a,crc"))) + # else +-# define ATTRIBUTES __attribute__((target("arch=armv8-a+crc"))) ++# define ATTRIBUTES __attribute__((target("arch=armv8-a+simd+crc"))) + # endif + # else + # ifdef __clang__ ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +armhf.patch View it on GitLab: https://salsa.debian.org/med-team/libdeflate/-/compare/dcba20eeb37e34f7aa953e92fdae2c9ed5ee0a7b...3584bb7429cec836ae8a04eebe14c8d9415c1ee3 -- View it on GitLab: https://salsa.debian.org/med-team/libdeflate/-/compare/dcba20eeb37e34f7aa953e92fdae2c9ed5ee0a7b...3584bb7429cec836ae8a04eebe14c8d9415c1ee3 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
