wok-next diff ruby/receipt @ rev 7855

Backed out changeset 5f442d2d2ab4
author Liu Peng <rocky@slitaz.org>
date Fri Dec 31 08:51:37 2010 +0000 (2010-12-31)
parents 5f442d2d2ab4
children 79af31ccc3e7
line diff
     1.1 --- a/ruby/receipt	Wed Dec 29 08:15:41 2010 +0000
     1.2 +++ b/ruby/receipt	Fri Dec 31 08:51:37 2010 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	patch -Np1 < ../stuff/openssl-1.0.patch 
     1.7 -	./configure --prefix=/usr --enable-shared --infodir=/usr/share/info --mandir=/usr/share/man $CONFIGURE_ARGS && 		 
     1.8 +	./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man $CONFIGURE_ARGS && 		 
     1.9  	make -j 4 &&
    1.10  	make DESTDIR=$PWD/_pkg install
    1.11  }