diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2006-07-16 09:46:36 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2006-07-16 09:46:36 +0000 |
commit | ebc897c6e8880c463ac381e4c713493876a07550 (patch) | |
tree | afbf8182af20ceeab3be2569424d840ffaeba7c0 /app-arch | |
parent | hppa stable, bug #139612 (diff) | |
download | gentoo-2-ebc897c6e8880c463ac381e4c713493876a07550.tar.gz gentoo-2-ebc897c6e8880c463ac381e4c713493876a07550.tar.bz2 gentoo-2-ebc897c6e8880c463ac381e4c713493876a07550.zip |
Get rid of --enable-staticz
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/dump/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/dump/dump-0.4.40.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-arch/dump/ChangeLog b/app-arch/dump/ChangeLog index cd03f3caef48..d1325adf0fe3 100644 --- a/app-arch/dump/ChangeLog +++ b/app-arch/dump/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/dump # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/ChangeLog,v 1.42 2006/04/27 09:21:36 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/ChangeLog,v 1.43 2006/07/16 09:46:36 truedfx Exp $ + + 16 Jul 2006; Harald van Dijk <truedfx@gentoo.org> dump-0.4.40.ebuild: + Don't use --enable-staticz with USE=static. It breaks stuff (bug #99163) and + libz/libbz2 will be statically linked anyway without it. 27 Apr 2006; Alec Warner <antarus@gentoo.org> files/digest-dump-0.4.37, files/digest-dump-0.4.39, files/digest-dump-0.4.40, Manifest: diff --git a/app-arch/dump/dump-0.4.40.ebuild b/app-arch/dump/dump-0.4.40.ebuild index a5e8b1ed69c1..f99b819825ab 100644 --- a/app-arch/dump/dump-0.4.40.ebuild +++ b/app-arch/dump/dump-0.4.40.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.40.ebuild,v 1.3 2005/11/29 02:57:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.40.ebuild,v 1.4 2006/07/16 09:46:36 truedfx Exp $ MY_P=${P/4./4b} S=${WORKDIR}/${MY_P} @@ -33,7 +33,6 @@ src_compile() { --with-{bin,man}grp=root \ --enable-largefile \ $(use_enable static) \ - $(use_enable static staticz) \ $(use_enable readline) \ || die emake || die |