Fabrice Fontaine
3734448abc
lzma/C/Makefile.am: fix install with asm
...
Since commit 9f16f65705 , build with asm
can fail on:
nasm -I../ASM/x86/ -Dx64 -f elf64 -o 7zCrcOpt_asm.o ../../lzma/ASM/x86/7zCrcOpt_asm.asm
CC LzmaEnc.lo
CC LzmaLib.lo
CC Alloc.lo
CC Threads.lo
cp 7zCrcOpt_asm.o .libs/
cp: cannot create regular file '.libs/': Not a directory
make[4]: *** [Makefile:678: 7zCrcOpt_asm.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
So create .libs directory before copying 7zCrcOpt_asm.o
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2020-05-16 09:33:48 +02:00
Peter Hyman
db8d1d56e7
HOTFIX for compiling with --disable-asm or no assembler present
2019-12-02 12:30:26 -06:00
Peter Hyman
9f16f65705
Update and bring back Assembler code for CRC check.
2019-11-25 08:44:46 -06:00
Con Kolivas
2e36d2a580
Fix warnings in LzmaLib.c
2015-03-10 21:24:45 +11:00
Con Kolivas
00236b16cb
Fix Types.h missing which breaks typedefs on macosx.
2012-07-07 22:06:13 +10:00
Con Kolivas
184a8f0025
Rename lrzip.h to lrzip_core.h to cope with case insensitive filesystems not working with Lrzip.h vs lrzip.h
2012-07-07 21:39:40 +10:00
ckolivas
11f869dabe
Fix Lrzip.h not being installed into include directory and make distcheck failing.
2012-03-15 11:16:57 +11:00
ckolivas
e6ae7c528a
Add __maybe_unused macro and use to stop warnings from lzma dummy allocs.
2012-03-07 12:58:58 +11:00
Con Kolivas
71bb72f5da
Update to lzma 920 library.
2011-09-15 08:26:07 +10:00
Con Kolivas
a901b015bf
Revert "Try endian swap on dicSize."
...
This reverts commit 74b0b71e0b .
Broken crap.
2011-03-22 20:49:51 +11:00
ckolivas
74b0b71e0b
Try endian swap on dicSize.
2011-03-22 18:15:18 +11:00
Con Kolivas
844d85bd19
Remove more whitespace
2011-03-10 09:34:01 +11:00
ckolivas
6e72b520a9
Fix failed build on make distdir.
2011-03-08 13:06:24 +11:00
Con Kolivas
556803752b
Fix windows EOL to unix on lzma.txt.
2011-03-07 12:52:12 +11:00
Con Kolivas
5eaa1cc42b
Updated autotools/conf system courtesy of Michael Blumenkrantz <mike@zentific.com>.
2011-02-27 00:17:29 +11:00
Con Kolivas
e3916090a4
Fix more CRLF EOL
2010-04-25 16:20:51 +10:00
Con Kolivas
b31b370b01
Fix windows EOL & update authors
2010-04-25 16:18:47 +10:00
Con Kolivas
b62e67b43d
lzma/C/Types.h~: Remove a backup file
2010-03-31 00:33:37 +11:00
Con Kolivas
6dcceb0b1b
Initial import
2010-03-29 10:07:08 +11:00