[med-svn] [Git][med-team/libzstd][master] 3 commits: Enable build on riscv64

Andreas Tille gitlab at salsa.debian.org
Mon Apr 9 07:45:50 BST 2018


Andreas Tille pushed to branch master at Debian Med / libzstd


Commits:
0dafc501 by Andreas Tille at 2018-04-09T08:20:07+02:00
Enable build on riscv64

- - - - -
9b19bc16 by Andreas Tille at 2018-04-09T08:20:56+02:00
Update changelog

- - - - -
8d16d642 by Andreas Tille at 2018-04-09T08:45:36+02:00
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/pthread.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libzstd (1.3.4+dfsg-2) unstable; urgency=medium
+
+  * Team upload.
+  
+  [ Adam Borowski ]
+  * Enable build on riscv64 
+    Closes: #895259
+
+ -- Andreas Tille <tille at debian.org>  Mon, 09 Apr 2018 08:21:45 +0200
+
 libzstd (1.3.4+dfsg-1) unstable; urgency=medium
 
   * New upstream version 1.3.4+dfsg


=====================================
debian/patches/pthread.patch
=====================================
--- /dev/null
+++ b/debian/patches/pthread.patch
@@ -0,0 +1,16 @@
+Author: Adam Borowski <kilobyte at angband.pl>
+Last-Update: Mon, 09 Apr 2018 00:09:44 +0000
+Description: Enable build on riscv64
+Forwarded-Upstream: https://github.com/facebook/zstd/pull/1103
+
+--- a/contrib/pzstd/Makefile
++++ b/contrib/pzstd/Makefile
+@@ -50,7 +50,7 @@ GTEST_LIB  = -L googletest/build/googlem
+ LIBS       =
+ 
+ # Compilation commands
+-LD_COMMAND  = $(CXX) $^          $(ALL_LDFLAGS) $(LIBS) -lpthread -o $@
++LD_COMMAND  = $(CXX) $^          $(ALL_LDFLAGS) $(LIBS) -pthread -o $@
+ CC_COMMAND  = $(CC)  $(DEPFLAGS) $(ALL_CFLAGS)   -c $<  -o $@
+ CXX_COMMAND = $(CXX) $(DEPFLAGS) $(ALL_CXXFLAGS) -c $<  -o $@
+ 


=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 0009-Add-shebang-for-scripts.patch
 0011-skip-long-running-tests_on_hurd.patch
 0012-typos.patch
+pthread.patch



View it on GitLab: https://salsa.debian.org/med-team/libzstd/compare/42d5506872b6bf701432eeae97ea38d7239d33fa...8d16d6422395f6a158364dbd1d3819ab73a10b73

---
View it on GitLab: https://salsa.debian.org/med-team/libzstd/compare/42d5506872b6bf701432eeae97ea38d7239d33fa...8d16d6422395f6a158364dbd1d3819ab73a10b73
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180409/0ae29bbb/attachment-0001.html>


More information about the debian-med-commit mailing list