wok-current diff libboost-dev/receipt @ rev 25694
Fix cifs-utils, up grub2-efi-x64 stuff for iso EFI
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sat Mar 30 18:05:22 2024 +0000 (7 months ago) |
parents | a23978bfa665 |
children |
line diff
1.1 --- a/libboost-dev/receipt Wed Oct 11 18:45:46 2023 +0000 1.2 +++ b/libboost-dev/receipt Sat Mar 30 18:05:22 2024 +0000 1.3 @@ -7,7 +7,7 @@ 1.4 # packages : libboost-name and libboost-name-dev. 1.5 1.6 PACKAGE="libboost-dev" 1.7 -VERSION="1.69.0" 1.8 +VERSION="1.78.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Free peer-reviewed portable C++ source libraries." 1.11 MAINTAINER="chadi.elahmad@gmail.com" 1.12 @@ -17,7 +17,7 @@ 1.13 # We have to do it this way because of the underscores 1.14 # to get a package with the slitaz version numbering 1.15 SOURCE="boost" 1.16 -WGET_SOURCE="boost_1_69_0" 1.17 +WGET_SOURCE="boost_1_78_0" 1.18 TARBALL="$WGET_SOURCE.tar.bz2" 1.19 #EXTRA_SOURCE_FILES="boost_changeset_75540.u" 1.20 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 1.21 @@ -61,10 +61,11 @@ 1.22 --exec-prefix=$DESTDIR/usr \ 1.23 --libdir=$DESTDIR/usr/lib \ 1.24 --includedir=$DESTDIR/usr/include \ 1.25 + --with-toolset=gcc \ 1.26 --without-icu && 1.27 EXPAT_INCLUDE=/usr/include \ 1.28 EXPAT_LIBPATH=/usr/lib \ 1.29 - ./bjam \ 1.30 + ./b2 \ 1.31 --prefix=$DESTDIR/usr \ 1.32 --exec-prefix=$DESTDIR/usr \ 1.33 --libdir=$DESTDIR/usr/lib \