summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-03-15 11:23:23 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-03-15 11:23:23 +0000
commitae6e0f01615ceee178e76045f0ed92c9f6d67311 (patch)
tree82c5a60444ba032067eca8da1e2baa297a1e2367 /dev-libs/libgcrypt
parentNew lib for crypto stuff -- related to GnuPG (diff)
downloadhistorical-ae6e0f01615ceee178e76045f0ed92c9f6d67311.tar.gz
historical-ae6e0f01615ceee178e76045f0ed92c9f6d67311.tar.bz2
historical-ae6e0f01615ceee178e76045f0ed92c9f6d67311.zip
Needs to be compiled to enable static for use by aide-0.8
Diffstat (limited to 'dev-libs/libgcrypt')
-rw-r--r--dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild b/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild
index cd5a51428baf..4d7eca90b17a 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild
@@ -20,6 +20,8 @@ src_compile() {
--prefix=/usr \
--sysconfdir=/etc \
--host=${CHOST} \
+ --enable-m-guard \
+ --enable-static \
${myconf} || die
emake || die
@@ -29,5 +31,5 @@ src_install () {
make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING INSTALL KNOW-BUGS NEWS README THANKS TODO doc/README.* doc/example.c
+ dodoc AUTHORS BUGS COPYING INSTALL NEWS README* THANKS VERSION
}