mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 06:53:32 +08:00
Upped version, no need for patch. (This is still based on lzma SDK 4.32,
alas, should be just bugfixes.)
This commit is contained in:
parent
b4930d6711
commit
b687198540
@ -1,14 +0,0 @@
|
||||
--- lzma-4.32.0beta3.orig/src/lzma/lzmp.cpp 2006-07-06 23:58:46.000000000 +0200
|
||||
+++ lzma-4.32.0beta3/src/lzma/lzmp.cpp 2006-08-29 20:21:22.000000000 +0200
|
||||
@@ -47,7 +47,11 @@ typedef vector<string> stringVector;
|
||||
|
||||
// For Solaris
|
||||
#ifndef HAVE_FUTIMES
|
||||
+#ifdef HAVE_FUTIMESAT
|
||||
#define futimes(fd, tv) futimesat(fd, NULL, tv)
|
||||
+#else
|
||||
+#define futimes(fd, tv) 0 /* utimes(fd, NULL, tv)*/
|
||||
+#endif
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) || defined(OS2) || defined(MSDOS)
|
@ -3,7 +3,7 @@
|
||||
# lzma
|
||||
#
|
||||
#############################################################
|
||||
LZMA_VERSION:=4.32.0beta3
|
||||
LZMA_VERSION:=4.32.4
|
||||
LZMA_SOURCE:=lzma-$(LZMA_VERSION).tar.gz
|
||||
LZMA_CAT:=$(ZCAT)
|
||||
LZMA_SITE:=http://tukaani.org/lzma/
|
||||
|
Loading…
Reference in New Issue
Block a user