pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/bsdtar Explicitly disable building the share...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/074dbe60e280
branches:  trunk
changeset: 547627:074dbe60e280
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Sep 22 20:19:18 2008 +0000

description:
Explicitly disable building the shared libarchive. This fails to link
on HP-UX against the static libz.a used if the system doesn't have
a native version. It also reduces build time in other cases.

diffstat:

 archivers/bsdtar/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1fedb1cb7cfc -r 074dbe60e280 archivers/bsdtar/Makefile
--- a/archivers/bsdtar/Makefile Mon Sep 22 19:58:52 2008 +0000
+++ b/archivers/bsdtar/Makefile Mon Sep 22 20:19:18 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/07/14 14:56:50 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2008/09/22 20:19:18 joerg Exp $
 #
 
 DISTNAME=      bsdtar-2.5.5
@@ -36,7 +36,7 @@
 FILESDIR.libarchive?=  ${.CURDIR}/../../archivers/libarchive/files
 FILESDIR.zlib?=                ${.CURDIR}/../../devel/zlib/files
 
-CONFIGURE_ARGS+=       --enable-bsdtar=static
+CONFIGURE_ARGS+=       --enable-bsdtar=static --disable-shared
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index