summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-03-08 07:56:10 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-03-08 07:56:10 +0000
commit1576f3255c85ed6159a7298b5e6dc98ec7e17b3c (patch)
treec59dfd34cc0f61c845a6e1a29462b14bbe5bfe71 /app-arch/unshield
parentReplace dev-python/pyxml dependency with python.eclass and PYTHON_USE_WITH="x... (diff)
downloadgentoo-2-1576f3255c85ed6159a7298b5e6dc98ec7e17b3c.tar.gz
gentoo-2-1576f3255c85ed6159a7298b5e6dc98ec7e17b3c.tar.bz2
gentoo-2-1576f3255c85ed6159a7298b5e6dc98ec7e17b3c.zip
Pass --with-ssl to use dev-libs/openssl because otherwise unshield will fallback to internal copy of MD5.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/unshield')
-rw-r--r--app-arch/unshield/ChangeLog7
-rw-r--r--app-arch/unshield/unshield-0.6_p20120308.ebuild6
2 files changed, 10 insertions, 3 deletions
diff --git a/app-arch/unshield/ChangeLog b/app-arch/unshield/ChangeLog
index 0398b8493b02..9cdce2ad136b 100644
--- a/app-arch/unshield/ChangeLog
+++ b/app-arch/unshield/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/unshield
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unshield/ChangeLog,v 1.20 2012/03/08 07:09:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unshield/ChangeLog,v 1.21 2012/03/08 07:56:10 ssuominen Exp $
+
+ 08 Mar 2012; Samuli Suominen <ssuominen@gentoo.org>
+ unshield-0.6_p20120308.ebuild:
+ Pass --with-ssl to use dev-libs/openssl because otherwise unshield will
+ fallback to internal copy of MD5.
*unshield-0.6_p20120308 (08 Mar 2012)
diff --git a/app-arch/unshield/unshield-0.6_p20120308.ebuild b/app-arch/unshield/unshield-0.6_p20120308.ebuild
index 8a1fe0ff53e7..e61328688dc5 100644
--- a/app-arch/unshield/unshield-0.6_p20120308.ebuild
+++ b/app-arch/unshield/unshield-0.6_p20120308.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unshield/unshield-0.6_p20120308.ebuild,v 1.1 2012/03/08 07:09:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unshield/unshield-0.6_p20120308.ebuild,v 1.2 2012/03/08 07:56:10 ssuominen Exp $
EAPI=4
inherit autotools eutils
@@ -25,7 +25,9 @@ src_prepare() {
}
src_configure() {
- econf $(use_enable static-libs static)
+ econf \
+ $(use_enable static-libs static) \
+ --with-ssl
}
src_install() {