[Lunar-commits] <moonbase> qca2-ossl: fixed build when openssl 0.9.8i or later is installed
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Thu Sep 25 03:44:08 CEST 2008
commit 1146635130f75916ebabd329e84c6a3bceda64b0
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Thu Sep 25 03:44:08 2008 +0200
qca2-ossl: fixed build when openssl 0.9.8i or later is installed
---
qt4-apps/qca2-ossl/BUILD | 8 +++++++-
qt4-apps/qca2-ossl/DETAILS | 3 +++
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/qt4-apps/qca2-ossl/BUILD b/qt4-apps/qca2-ossl/BUILD
index 7eabccf..7ca6fe9 100644
--- a/qt4-apps/qca2-ossl/BUILD
+++ b/qt4-apps/qca2-ossl/BUILD
@@ -1,6 +1,12 @@
(
- . /etc/profile.d/qt4.rc
+ # qca2-ossl will not compile when openssl 0.9.8i or later is installed.
+ # This patch is official result of my bugreport to qca2-ossl author
+ # on 24 September 2008. See that day's ML posts for details.
+ # Remove this patch on next update.
+ patch_it $SOURCE2 3 &&
+
+ . /etc/profile.d/qt4.rc
sedit "s/^WHICH=.*/WHICH=which/" configure &&
./configure &&
diff --git a/qt4-apps/qca2-ossl/DETAILS b/qt4-apps/qca2-ossl/DETAILS
index 1438c96..b83fccc 100644
--- a/qt4-apps/qca2-ossl/DETAILS
+++ b/qt4-apps/qca2-ossl/DETAILS
@@ -2,9 +2,12 @@
VERSION=2.0.0-beta3
MAJOR=2.0
SOURCE=qca-ossl-$VERSION.tar.bz2
+ SOURCE2=no-whirlpool.patch
SOURCE_URL=http://delta.affinix.com/download/qca/$MAJOR/plugins/
+ SOURCE2_URL=$PATCH_URL/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/qca-ossl-$VERSION
SOURCE_VFY=sha1:dd925e8732ff76f24f9f90f4094abaf2f0ac27bf
+ SOURCE2_VFY=sha1:0068f8637b8d5bd487c76d4f918a417c2ec2244c
MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
WEB_SITE=http://delta.affinix.com/qca/
ENTERED=20080303
More information about the Lunar-commits
mailing list