Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Enable build on riscv64
· 0dafc501
Andreas Tille
authored
Apr 09, 2018
0dafc501
Update changelog
· 9b19bc16
Andreas Tille
authored
Apr 09, 2018
9b19bc16
Upload to unstable
· 8d16d642
Andreas Tille
authored
Apr 09, 2018
8d16d642
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8d16d642
libzstd (1.3.4+dfsg-2) unstable; urgency=medium
* Team upload.
[ Adam Borowski ]
* Enable build on riscv64
Closes: #895259
-- Andreas Tille <tille@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
0 → 100644
View file @
8d16d642
Author: Adam Borowski <kilobyte@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
View file @
8d16d642
...
...
@@ -5,3 +5,4 @@
0009-Add-shebang-for-scripts.patch
0011-skip-long-running-tests_on_hurd.patch
0012-typos.patch
pthread.patch