summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-05-01 20:14:14 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-05-01 20:14:14 +0000
commita0022585d5a56c6fa5675c83a14985b7f161ab2a (patch)
tree4421cb8d68cebfa300c216e756e80415d40e963b /app-crypt/mhash
parentforced --enable-shared as well, added ChangeLog to docs (diff)
downloadgentoo-2-a0022585d5a56c6fa5675c83a14985b7f161ab2a.tar.gz
gentoo-2-a0022585d5a56c6fa5675c83a14985b7f161ab2a.tar.bz2
gentoo-2-a0022585d5a56c6fa5675c83a14985b7f161ab2a.zip
forced --enable-shared as well, added ChangeLog to docs
Diffstat (limited to 'app-crypt/mhash')
-rw-r--r--app-crypt/mhash/Manifest2
-rw-r--r--app-crypt/mhash/mhash-0.8.18-r1.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/mhash/Manifest b/app-crypt/mhash/Manifest
index bca3e45d26a8..c0ceac93a55a 100644
--- a/app-crypt/mhash/Manifest
+++ b/app-crypt/mhash/Manifest
@@ -1,4 +1,4 @@
-MD5 78525474bf9efacb5576428642691ab6 mhash-0.8.18-r1.ebuild 874
+MD5 cf1b18835d9af08f008e7756787c8b62 mhash-0.8.18-r1.ebuild 874
MD5 1dcccd07b2220a781f7e5d51ffc78291 mhash-0.8.16.ebuild 708
MD5 82f0a65fe5985b751a1541c70322465a mhash-0.8.18.ebuild 795
MD5 10fc108364bdabffcb996a896fd11296 mhash-0.8.9.ebuild 685
diff --git a/app-crypt/mhash/mhash-0.8.18-r1.ebuild b/app-crypt/mhash/mhash-0.8.18-r1.ebuild
index d9799a89a9e3..9585f5583e84 100644
--- a/app-crypt/mhash/mhash-0.8.18-r1.ebuild
+++ b/app-crypt/mhash/mhash-0.8.18-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.18-r1.ebuild,v 1.1 2003/05/01 20:10:48 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.18-r1.ebuild,v 1.2 2003/05/01 20:14:12 robbat2 Exp $
DESCRIPTION="mhash is a library providing a uniform interface to a large number of hash algorithms."
SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz"
@@ -15,7 +15,7 @@ RDEPEND=""
src_compile() {
local myconf
- myconf="--enable-static"
+ myconf="--enable-static --enable-shared"
econf ${myconf} || die "configure failure"
emake || die "make failure"
}
@@ -25,7 +25,7 @@ src_install() {
einstall || die "install failure"
- dodoc AUTHORS COPYING INSTALL NEWS README TODO THANKS
+ dodoc AUTHORS COPYING INSTALL NEWS README TODO THANKS ChangeLog
dodoc doc/*.txt doc/skid*
dohtml -r doc
prepalldocs