[med-svn] [Git][med-team/libdeflate][master] 2 commits: Add patch to fix FTBFS on armhf (Closes: #1006139)
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Thu Mar 10 18:08:26 GMT 2022
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 <nilesh at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220310/85ea9778/attachment.htm>
More information about the debian-med-commit
mailing list