wok rev 11113

ptlib: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 25 08:48:31 2011 +0200 (2011-10-25)
parents 5673f562e116
children 2b0e9d897733
files fusecloop/stuff/fusecloop.u ptlib/receipt
line diff
     1.1 --- a/fusecloop/stuff/fusecloop.u	Mon Oct 17 04:00:13 2011 +0000
     1.2 +++ b/fusecloop/stuff/fusecloop.u	Tue Oct 25 08:48:31 2011 +0200
     1.3 @@ -41,7 +41,7 @@
     1.4  +		}
     1.5  +	}
     1.6  +	else if (ofs32[1] == 0) { /* V1.0 */
     1.7 -+		loff_t last = __be64_to_cpu(ofs64[n]);
     1.8 ++		loff_t last = __le64_to_cpu(ofs64[n]);
     1.9  +		while (n--) {
    1.10  +			offsets[n].size = last - 
    1.11  +				(offsets[n].offset = __le64_to_cpu(ofs64[n])); 
     2.1 --- a/ptlib/receipt	Mon Oct 17 04:00:13 2011 +0000
     2.2 +++ b/ptlib/receipt	Tue Oct 25 08:48:31 2011 +0200
     2.3 @@ -10,7 +10,7 @@
     2.4  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     2.5  DEPENDS="alsa-lib cyrus-sasl expat libsdl libdv libraw1394 \
     2.6  libunixODBC openssl"
     2.7 -BUILD_DEPENDS="pkg-config flex"
     2.8 +BUILD_DEPENDS="pkg-config flex openssl-dev cyrus-sasl-dev zlib-dev"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()