diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-12-01 20:29:58 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-12-01 20:29:58 +0000 |
commit | 813ff9d6eb33df77533e94c40fc9135fc122e5ea (patch) | |
tree | bef4773ae6074255b2f6e2ce2c6e59ed0926e672 /app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild | |
parent | blah (diff) | |
download | historical-813ff9d6eb33df77533e94c40fc9135fc122e5ea.tar.gz historical-813ff9d6eb33df77533e94c40fc9135fc122e5ea.tar.bz2 historical-813ff9d6eb33df77533e94c40fc9135fc122e5ea.zip |
Fixes #19006. Removed legacy -iv support
Diffstat (limited to 'app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild')
-rw-r--r-- | app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild b/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild index 0e4039855b04..1db5603e9405 100644 --- a/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild +++ b/app-crypt/cryptoapi/cryptoapi-2.4.7.0.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/cryptoapi/cryptoapi-2.4.7.0.ebuild,v 1.15 2003/10/01 09:39:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild,v 1.16 2003/12/01 20:29:53 rphillips Exp $ DESCRIPTION="Modules that add encryption ability at the kernel level." SRC_URI="mirror://sourceforge/cryptoapi/${P}.tar.gz" @@ -16,7 +16,9 @@ DEPEND=">=sys-apps/util-linux-2.11o-r2 src_compile() { check_KV - econf --enable-iv-mode-sector + # rphillips - Fixes #19006 + # econf --enable-iv-mode-sector + econf cd ${S}/api sed -i -e "s:-DMODVERSIONS:-DMODVERSIONS -DEXPORT_SYMTAB:g" \ Makefile |