Björn Ketelaars
462aed6811
zstd requires a stable sort.
...
On OpenBSD qsort() is not guaranteed to be stable, their mergesort() is.
This fixes issue #1088 . All the hard work has been done by @terrelln.
2018-04-05 07:59:16 +02:00
Björn Ketelaars
e5ea8d272a
fix typo in programs/zstd.{1,1.md}
...
s/nodictID/no-dictID/g
2018-04-05 06:44:46 +02:00
bket and Nick Terrell
daf3ab0aad
Make sure that make check runs on OpenBSD. ( #1091 )
...
OpenBSD uses md5 instead of md5sum, and has no device called full.
With this patch, make check runs until #1088 . With the assumption made
in the issue make check runs succesfully.
2018-04-02 14:12:18 -07:00
Björn Ketelaars
9d3048346d
Fix building zstd on OpenBSD.
2018-03-31 10:46:20 +02:00
Björn Ketelaars
b7e2c8e723
examples/Makefile assumes GNU make.
...
This fixes a building issue on systems that default to a different
flavour of make (as is the case with OpenBSD).
2018-03-31 10:25:12 +02:00