CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
curl: update to 7.21.4
authorVictor Martinez <pitillo@ono.com>
Tue, 15 Mar 2011 07:27:40 +0000 (07:27 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 15 Mar 2011 07:27:40 +0000 (07:27 +0000)
curl/.md5sum
curl/Pkgfile

index e3892f89d9552d0a479c8b707ad4f0a41cf151d6..1bce10de4ba72a56f4894b25b3c01110a1a6dabb 100644 (file)
@@ -1 +1 @@
-3dda78c4a808d9a779dc3a2ae81b47d8  curl-7.20.0.tar.bz2
+074fa396afe3dbf10163c05756a5a85d  curl-7.21.4.tar.lzma
index 2785c5421aa29374b4a64052a0afa9c7fcbedebe..b1aadfaed783aec0a9d98a22b7db2d42bed26484 100644 (file)
@@ -5,20 +5,19 @@
 # Depends on: openssl zlib
 
 name=curl
-version=7.20.0
+version=7.21.4
 release=1
-source=(http://curl.haxx.se/download/$name-$version.tar.bz2)
+source=(http://curl.haxx.se/download/$name-$version.tar.lzma)
 
 build() {
   cd $name-$version
 
-  echo "ac_cv_file___dev_urandom_=yes" > config.cache
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
               --mandir=/usr/man \
               --enable-ipv6 \
-              --cache-file=config.cache
+              --with-random=/dev/urandom
   
   make
   make DESTDIR=$PKG install