commit f10c8bfd68bfbbef7a9fb7f0cfe87b5f2de52b4d Author: Tilman Sauerbeck <tilman@crux.nu> Date: Sat May 10 08:43:08 2008 +0200 lftp: updated to 3.7.2. diff --git a/lftp/.md5sum b/lftp/.md5sum index 789a739..f425e69 100644 --- a/lftp/.md5sum +++ b/lftp/.md5sum @@ -1 +1 @@ -60bb61fc1a5e96392bbd2dc88b938109 lftp-3.7.1.tar.bz2 +17956cdb9fe3032825b4a1760644bcaf lftp-3.7.2.tar.bz2 diff --git a/lftp/Pkgfile b/lftp/Pkgfile index db84fa2..6a82194 100644 --- a/lftp/Pkgfile +++ b/lftp/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=lftp -version=3.7.1 +version=3.7.2 release=1 source=(ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$name-$version.tar.bz2) diff --git a/ruby/Pkgfile b/ruby/Pkgfile index beaf833..1df9981 100644 --- a/ruby/Pkgfile +++ b/ruby/Pkgfile @@ -10,6 +10,7 @@ source=(ftp://ftp.ruby-lang.org/pub/$name/1.8/$name-$version.tar.bz2 \ $name-arch.patch) build () { + export CFLAGS="-O0 -g" cd $name-$version patch -p1 < $SRC/$name-arch.patch ./configure --prefix=/usr \