View | Details | Raw Unified | Return to bug 233543 | Differences between
and this patch

Collapse All | Expand All

(-)lib/libarchive/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
LIB=	archive
7
LIB=	archive
8
8
9
LIBADD=	z bz2 lzma bsdxml
9
LIBADD=	z bz2 lzma bsdxml
10
CFLAGS+= -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1
10
CFLAGS+= -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DHAVE_LZMA_STREAM_ENCODER_MT=1
11
11
12
# FreeBSD SHLIB_MAJOR value is managed as part of the FreeBSD system.
12
# FreeBSD SHLIB_MAJOR value is managed as part of the FreeBSD system.
13
# It has no real relation to the libarchive version number.
13
# It has no real relation to the libarchive version number.

Return to bug 233543