- 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:
parent
7d4f9e60cc
commit
a4863e8ba7
@ -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
|
+ cli : fix : do not modify /dev/null permission as root
|
||||||
+ api : _destSize() variant supported for all compression
|
+ api : _destSize() variant supported for all compression
|
||||||
levels
|
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
|
- partial cleanup with spec-cleaner
|
||||||
- rebase lz4-use-shlib.diff
|
|
||||||
- drop lz4-use-shlib.diff, breaks build
|
- drop lz4-use-shlib.diff, breaks build
|
||||||
- misc spec cleanups
|
- misc spec cleanups
|
||||||
- remove Makefile fix
|
- remove Makefile fix
|
||||||
|
3
lz4.spec
3
lz4.spec
@ -71,6 +71,9 @@ applications that want to make use of liblz4.
|
|||||||
%patch -P 2 -p1
|
%patch -P 2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# Goddammit, lz4, stop hardcoding silent mode.
|
||||||
|
perl -i -pe 's{^\t@}{\t}g' Makefile */Makefile
|
||||||
|
|
||||||
make %{?_smp_mflags} CFLAGS="%optflags"
|
make %{?_smp_mflags} CFLAGS="%optflags"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user