summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Giorgetti <stroke@gentoo.org>2002-06-13 22:57:52 +0000
committerGabriele Giorgetti <stroke@gentoo.org>2002-06-13 22:57:52 +0000
commitcd099793197293744696600ba2d011650ab992c3 (patch)
tree1b45c8953d59f19cda40b3240402d3f4746fe9a3 /dev-libs
parentNew version, but masked for testing. (diff)
downloadhistorical-cd099793197293744696600ba2d011650ab992c3.tar.gz
historical-cd099793197293744696600ba2d011650ab992c3.tar.bz2
historical-cd099793197293744696600ba2d011650ab992c3.zip
removed --host from the ebuild
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libmcrypt/libmcrypt-2.5.0.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.0.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.0.ebuild
index 465bf50ac21b..4284a6af1dd2 100644
--- a/dev-libs/libmcrypt/libmcrypt-2.5.0.ebuild
+++ b/dev-libs/libmcrypt/libmcrypt-2.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.0.ebuild,v 1.1 2002/06/13 22:42:39 stroke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.0.ebuild,v 1.2 2002/06/13 22:57:52 stroke Exp $
S=${WORKDIR}/${P}
DESCRIPTION="libmcrypt is a library that provides uniform interface to access several encryption algorithms."
@@ -15,8 +15,11 @@ src_compile() {
# in modules/algorithms/gosh.c
CFLAGS="${CFLAGS/mcpu=k/march=k}"
- econf --host=${CHOST} \
- --disable-posix-threads || die
+ # Not Working with this one;
+ # econf --host=${CHOST} \
+
+ # Just removed --host then:
+ econf --disable-posix-threads || die
# PHP manual states to disable posix threads, no further explanation given, but i'll
# stick with it :) (Source: http://www.php.net/manual/en/ref.mcrypt.php)