[Lunar-commits] r16147 - moonbase/trunk/compilers/ruby
Terry Chan
tchan at lunar-linux.org
Fri Aug 19 03:06:36 UTC 2005
Author: tchan
Date: 2005-08-19 03:06:35 +0000 (Fri, 19 Aug 2005)
New Revision: 16147
Modified:
moonbase/trunk/compilers/ruby/BUILD
Log:
Fixed the BUILD script to only apply the ssl patch if openssl is at version 0.9.8.
This needs to be revisited when the next version of ruby is released or when openssl
is > 0.9.8 in moonbase.
Modified: moonbase/trunk/compilers/ruby/BUILD
===================================================================
--- moonbase/trunk/compilers/ruby/BUILD 2005-08-18 20:14:37 UTC (rev 16146)
+++ moonbase/trunk/compilers/ruby/BUILD 2005-08-19 03:06:35 UTC (rev 16147)
@@ -2,7 +2,9 @@
bad_flags -fomit-frame-pointer
OPTS="$OPTS --enable-shared"
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ if "`installed_version openssl`" eq "0.9.8"; then
+ patch_it $SOURCE_CACHE/$SOURCE2 1
+ fi &&
default_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list