summaryrefslogtreecommitdiffstats
path: root/lib/liblzma/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-05-11 17:49:07 +0000
committerdelphij <delphij@FreeBSD.org>2015-05-11 17:49:07 +0000
commit34e58b2f1d9583b93611b2de597741ed326dd300 (patch)
tree66950d46956ab9781a832ad19851a483452e80f7 /lib/liblzma/Makefile
parentbc9bb928c8fc5a44fe7714505d0599e7ae4a49a0 (diff)
downloadFreeBSD-src-34e58b2f1d9583b93611b2de597741ed326dd300.zip
FreeBSD-src-34e58b2f1d9583b93611b2de597741ed326dd300.tar.gz
Revert r281372, it's no longer needed after r282726 (fix for PR 199119) as the
symbol conflict between libmd and libcrypto have been solved.
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