diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2018-12-04 03:23:14 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2018-12-04 03:23:14 +0000 |
| commit | 8dfd9dcd55768f04ce1ade7c38ae9aa9e6bf5f3e (patch) | |
| tree | 7afdabf5b5dbbab8ef77a9124fa75a694249634f /lib/libarchive/Makefile | |
| parent | 1b5dbfa8a0b1e05b0b57c661f19662fef3537c02 (diff) | |
Revert r340997 at the request of multiple users.
- breaks ports-mgmt/pkg build for mips64, powerpc64 and i386 for some users.
--- pkg-static ---
/usr/lib/liblzma.a(stream_encoder_mt.o): In function `mythread_cond_init':
/usr/local/poudriere/jails/ppc64/usr/src/contrib/xz/src/common/mythread.h:230:
undefined reference to `pthread_condattr_init'
Reported by: jhibbits zeising
Notes
svn path=/head/; revision=341453
Diffstat (limited to 'lib/libarchive/Makefile')
| -rw-r--r-- | lib/libarchive/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile index d3204e1f2208..634ef7157be4 100644 --- a/lib/libarchive/Makefile +++ b/lib/libarchive/Makefile @@ -7,6 +7,7 @@ _LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive LIB= archive LIBADD= z bz2 lzma bsdxml +CFLAGS+= -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 # FreeBSD SHLIB_MAJOR value is managed as part of the FreeBSD system. # It has no real relation to the libarchive version number. |
