summaryrefslogtreecommitdiffstats
path: root/lib/liblzma/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-04-09 18:03:27 +0000
committerdelphij <delphij@FreeBSD.org>2015-04-09 18:03:27 +0000
commit2e33da5bc8f8204765d59601c765b20680edc3dc (patch)
tree9c4a657b8f9f1311a005e73d5ca8f5549ff4cce7 /lib/liblzma/Makefile
parent6c122fcc2820585eb02e2633944ef0810a683f72 (diff)
downloadFreeBSD-src-2e33da5bc8f8204765d59601c765b20680edc3dc.zip
FreeBSD-src-2e33da5bc8f8204765d59601c765b20680edc3dc.tar.gz
MFV r281278:
- Update xz to 5.2.1, where the most visible change is that it fixed a compression-ratio regression in fast mode LZMA1 and LZMA2 and used cpuset_getaffinity() for CPU cores detection. - Make liblzma use the base system SHA256 implementation instead of the bundled one. - Additional annotation in config.h for FreeBSD specific tweaks. - Refresh symbols in XZprivate_1.0 to reflect reality. Relnotes: yes MFC after: 1 month (TBD)
Diffstat (limited to 'lib/liblzma/Makefile')
-rw-r--r--lib/liblzma/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/liblzma/Makefile b/lib/liblzma/Makefile
index 39b929f..9c4b1d8 100644
--- a/lib/liblzma/Makefile
+++ b/lib/liblzma/Makefile
@@ -77,8 +77,7 @@ SRCS+= common.c \
.PATH: ${LZMADIR}/check
SRCS+= check.c \
crc32_table.c \
- crc64_table.c \
- sha256.c
+ crc64_table.c
.if defined(MACHINE_ARCH) && ${MACHINE_ARCH} == "i386"
SRCS+= crc32_x86.S \
crc64_x86.S
@@ -146,7 +145,7 @@ CFLAGS+= -DHAVE_CONFIG_H \
-I${LZMADIR}/simple \
-I${LZMADIR}/../common
-LIBADD+= pthread
+LIBADD+= md pthread
VERSION_DEF= ${.CURDIR}/Versions.def
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
OpenPOWER on IntegriCloud