Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28080 Details for
Bug 45821
Enhanced crypto++ ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified crypto++ ebuild
crypto++-5.1.ebuild (text/plain), 1.19 KB, created by
Jernej Simončič
on 2004-03-26 10:28:57 UTC
(
hide
)
Description:
Modified crypto++ ebuild
Filename:
MIME Type:
Creator:
Jernej Simončič
Created:
2004-03-26 10:28:57 UTC
Size:
1.19 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.1.ebuild,v 1.1 2003/11/25 00:30:38 rphillips Exp $ > >inherit flag-o-matic > >#-O3 causes segfaults >replace-flags -O3 -O2 > >DESCRIPTION="Crypto++ is a C++ class library of cryptographic schemes" >HOMEPAGE="http://cryptopp.com" >SRC_URI="mirror://sourceforge/cryptopp/crypto${PV//.}.zip" > >LICENSE="cryptopp" >SLOT="0" >KEYWORDS="x86" >IUSE="" > >DEPEND="" >#RDEPEND="" > >S=${WORKDIR} > >src_compile() { > emake -f GNUmakefile CXXFLAGS="${CXXFLAGS}" || die > if ! ./cryptest.exe v > then > eerror "crypto++ self-tests failed" > eerror "Try to remove some optimization flags and re-emerge" > die > fi; >} > >src_install() { > # For consistency across GNU/Linux distributions, > # "crypto++" has been preferred over "crytopp"... > newlib.a libcryptopp.a libcrypto++.a > # ...unbreak programs which don't expect this > dosym libcrypto++.a /usr/lib/libcryptopp.a > insinto /usr/include/crypto++ > doins *.h > # should the .exe extension be removed?? > dobin cryptest.exe > # unbreak programs which expect cryptopp > into /usr/include > dosym crypto++ /usr/include/cryptopp >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 45821
: 28080