diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-05-01 20:14:14 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-05-01 20:14:14 +0000 |
commit | 73fc082873e62b16ae2676807a438757a535989a (patch) | |
tree | b70a83126c9809c0e6e554501afad7cb32fbf728 /app-crypt | |
parent | forced --enable-shared as well, added ChangeLog to docs (diff) | |
download | historical-73fc082873e62b16ae2676807a438757a535989a.tar.gz historical-73fc082873e62b16ae2676807a438757a535989a.tar.bz2 historical-73fc082873e62b16ae2676807a438757a535989a.zip |
forced --enable-shared as well, added ChangeLog to docs
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/mhash/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/mhash/mhash-0.8.18-r1.ebuild | 6 |
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 |