diff options
Diffstat (limited to 'lib/liblzma/Makefile')
| -rw-r--r-- | lib/liblzma/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/liblzma/Makefile b/lib/liblzma/Makefile index 9f8ac443a8fc..9c6ece74ffd0 100644 --- a/lib/liblzma/Makefile +++ b/lib/liblzma/Makefile @@ -1,4 +1,6 @@ -PACKAGE=lib${LIB} +PACKAGE= xz +LIB_PACKAGE= + LIB= lzma LZMADIR= ${SRCTOP}/contrib/xz/src/liblzma @@ -80,16 +82,13 @@ SRCS+= common.c \ .PATH: ${LZMADIR}/check -SRCS+= check.c \ - crc32_table.c \ - crc64_table.c +SRCS+= check.c \ + crc32_fast.c \ + crc64_fast.c .if defined(MACHINE_ARCH) && ${MACHINE_ARCH} == "i386" SRCS+= crc32_x86.S \ crc64_x86.S ACFLAGS+= -Wa,--noexecstack -.else -SRCS+= crc32_fast.c \ - crc64_fast.c .endif .PATH: ${LZMADIR}/lz |
