[Lunar-commits] <moonbase> virtuoso: add a patch to compile with openssl 1.0.0.
Florin Braescu
florin at lunar-linux.org
Tue Mar 30 04:17:11 CEST 2010
commit 6a5c9eb14815652ccf508f4c54f2fd392330ee48
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Mar 30 05:17:11 2010 +0300
virtuoso: add a patch to compile with openssl 1.0.0.
---
sql/virtuoso/BUILD | 13 +++++++------
sql/virtuoso/DETAILS | 7 +++++--
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/sql/virtuoso/BUILD b/sql/virtuoso/BUILD
index 735b008..eb6fc71 100644
--- a/sql/virtuoso/BUILD
+++ b/sql/virtuoso/BUILD
@@ -1,20 +1,21 @@
(
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
if [ -f /var/lib/virtuoso/db/virtuoso.lck ] ; then
/etc/init.d/virtuosod stop
- fi &&
+ fi &&
if [ "$VIRT_FOR_KDE" == "y" ] ; then
OPTS+=" --disable-all-vads --program-transform-name='s/isql*/vt-isql/' \
- --without-debug --enable-aio --build=$BUILD --with-pthreads" &&
+ --without-debug --enable-aio --build=$BUILD --with-pthreads"
- default_build
else
OPTS+=" --without-debug --disable-tutorial-vad --disable-sparqldemo-vad --disable-demo-vad \
--with-pthreads --enable-aio --program-transform-name='s/isql*/vt-isql/' \
- --build=$BUILD" &&
+ --build=$BUILD"
+ fi &&
- default_build
- fi
+ default_build
) > $C_FIFO 2>&1
diff --git a/sql/virtuoso/DETAILS b/sql/virtuoso/DETAILS
index 1644282..bf58da5 100644
--- a/sql/virtuoso/DETAILS
+++ b/sql/virtuoso/DETAILS
@@ -2,10 +2,13 @@
TYPE=opensource
VERSION=6.1.0
SOURCE=$MODULE-$TYPE-$VERSION.tar.gz
+ SOURCE2=$MODULE-$TYPE-$VERSION-openssl.patch.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$TYPE-$VERSION
- SOURCE_URL=$SFORGE_URL/virtuoso/virtuoso/$VERSION/
+ SOURCE_URL=$SFORGE_URL/virtuoso/virtuoso/$VERSION
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:11d68d3b8d7fef05017eaba6dcc86050db71d211
- WEB_SITE=http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
+ SOURCE2_VFY=sha1:d02242fdb77b802650e10acf40a1825c59d3f6c0
+ WEB_SITE=http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main
ENTERED=20100116
UPDATED=20100301
SHORT="high-performance object-relational SQL database"
More information about the Lunar-commits
mailing list