mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Reinstate largefile check.
Fix build breakage.
This commit is contained in:
parent
3e484bbac3
commit
ebd3220321
|
|
@ -31,6 +31,8 @@ lrztar_SCRIPTS = lrztar
|
|||
bin_PROGRAMS = lrzip
|
||||
lrzip_SOURCES = \
|
||||
zpipe.cpp \
|
||||
zpipe.h \
|
||||
lrzip_private.h \
|
||||
liblrzip.h \
|
||||
lrzip.c \
|
||||
lrzip.h \
|
||||
|
|
@ -38,8 +40,11 @@ lrzip_SOURCES = \
|
|||
rzip.h \
|
||||
rzip.c \
|
||||
runzip.c \
|
||||
runzip.h \
|
||||
stream.c \
|
||||
stream.h \
|
||||
util.c \
|
||||
util.h \
|
||||
md5.c \
|
||||
md5.h
|
||||
lrzip_LDADD = lzma/C/liblzma.la
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ PKG_PROG_PKG_CONFIG
|
|||
AC_PROG_INSTALL
|
||||
AC_PROG_LN_S
|
||||
AC_SUBST(SHELL)
|
||||
##AC_SYS_LARGEFILE
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
AC_ARG_ENABLE(
|
||||
asm,
|
||||
|
|
|
|||
Loading…
Reference in a new issue