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
|
bin_PROGRAMS = lrzip
|
||||||
lrzip_SOURCES = \
|
lrzip_SOURCES = \
|
||||||
zpipe.cpp \
|
zpipe.cpp \
|
||||||
|
zpipe.h \
|
||||||
|
lrzip_private.h \
|
||||||
liblrzip.h \
|
liblrzip.h \
|
||||||
lrzip.c \
|
lrzip.c \
|
||||||
lrzip.h \
|
lrzip.h \
|
||||||
|
|
@ -38,8 +40,11 @@ lrzip_SOURCES = \
|
||||||
rzip.h \
|
rzip.h \
|
||||||
rzip.c \
|
rzip.c \
|
||||||
runzip.c \
|
runzip.c \
|
||||||
|
runzip.h \
|
||||||
stream.c \
|
stream.c \
|
||||||
|
stream.h \
|
||||||
util.c \
|
util.c \
|
||||||
|
util.h \
|
||||||
md5.c \
|
md5.c \
|
||||||
md5.h
|
md5.h
|
||||||
lrzip_LDADD = lzma/C/liblzma.la
|
lrzip_LDADD = lzma/C/liblzma.la
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ PKG_PROG_PKG_CONFIG
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
AC_SUBST(SHELL)
|
AC_SUBST(SHELL)
|
||||||
##AC_SYS_LARGEFILE
|
AC_SYS_LARGEFILE
|
||||||
|
|
||||||
AC_ARG_ENABLE(
|
AC_ARG_ENABLE(
|
||||||
asm,
|
asm,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue