SHA256
1
0
forked from pool/lz4

- changes to the build are not too interesting to the user.

- restore verbose making of liblz4.so.

OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=35
This commit is contained in:
Jan Engelhardt 2018-02-07 14:56:10 +00:00 committed by Git OBS Bridge
parent 7d4f9e60cc
commit a4863e8ba7
2 changed files with 3 additions and 4 deletions

View File

@ -40,11 +40,7 @@ Wed Feb 7 04:32:52 UTC 2018 - avindra@opensuse.org
+ cli : fix : do not modify /dev/null permission as root
+ api : _destSize() variant supported for all compression
levels
+ build : make and make test compatible with parallel build -jX
+ build : can control LZ4LIB_VISIBILITY macro
+ install: fix man page directory
- partial cleanup with spec-cleaner
- rebase lz4-use-shlib.diff
- drop lz4-use-shlib.diff, breaks build
- misc spec cleanups
- remove Makefile fix

View File

@ -71,6 +71,9 @@ applications that want to make use of liblz4.
%patch -P 2 -p1
%build
# Goddammit, lz4, stop hardcoding silent mode.
perl -i -pe 's{^\t@}{\t}g' Makefile */Makefile
make %{?_smp_mflags} CFLAGS="%optflags"
%install