summaryrefslogtreecommitdiffstats
path: root/lib/liblzma/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-05-12 05:42:13 +0000
committerdelphij <delphij@FreeBSD.org>2015-05-12 05:42:13 +0000
commitefbed6b3363f1c6079bb5f43186e16b9cb631bec (patch)
treeda659d68e464806e3cf4f9e24dff90ab07038ee3 /lib/liblzma/Makefile
parentb1e416de1486f860f6e82e76d2759a2c2d2c55c9 (diff)
downloadFreeBSD-src-efbed6b3363f1c6079bb5f43186e16b9cb631bec.zip
FreeBSD-src-efbed6b3363f1c6079bb5f43186e16b9cb631bec.tar.gz
Revert r282775 for now. The added dependency would cause problems for
e.g. ports-mgmt/pkg and we would like to do an exp-build. Requested by: bdrewery
Diffstat (limited to 'lib/liblzma/Makefile')
-rw-r--r--lib/liblzma/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/liblzma/Makefile b/lib/liblzma/Makefile
index 9c4b1d8..39b929f 100644
--- a/lib/liblzma/Makefile
+++ b/lib/liblzma/Makefile
@@ -77,7 +77,8 @@ SRCS+= common.c \
.PATH: ${LZMADIR}/check
SRCS+= check.c \
crc32_table.c \
- crc64_table.c
+ crc64_table.c \
+ sha256.c
.if defined(MACHINE_ARCH) && ${MACHINE_ARCH} == "i386"
SRCS+= crc32_x86.S \
crc64_x86.S
@@ -145,7 +146,7 @@ CFLAGS+= -DHAVE_CONFIG_H \
-I${LZMADIR}/simple \
-I${LZMADIR}/../common
-LIBADD+= md pthread
+LIBADD+= pthread
VERSION_DEF= ${.CURDIR}/Versions.def
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
OpenPOWER on IntegriCloud