wok-6.x rev 23892
Fix coturn & grub4dos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 25 17:02:18 2020 +0000 (2020-07-25) |
parents | f9002b3173a2 |
children | 86f5a6f059cb |
files | aircrack-ng/receipt coturn/receipt grub4dos-linux/receipt grub4dos/receipt gstreamer-1.0/receipt |
line diff
1.1 --- a/aircrack-ng/receipt Sat Jul 25 12:31:36 2020 +0000 1.2 +++ b/aircrack-ng/receipt Sat Jul 25 17:02:18 2020 +0000 1.3 @@ -22,8 +22,8 @@ 1.4 # fix build with gcc45 1.5 sed -i s/-Werror// common.mak || return 1 1.6 1.7 - make SQLITE=true unstable=true && 1.8 - make SQLITE=true unstable=true DESTDIR=$DESTDIR install 1.9 + make -j 1 SQLITE=true unstable=true && 1.10 + make -j 1 SQLITE=true unstable=true DESTDIR=$DESTDIR install 1.11 sed -i 's|/usr/local||g' $DESTDIR/usr/sbin/airodump-ng-oui-update 1.12 } 1.13
2.1 --- a/coturn/receipt Sat Jul 25 12:31:36 2020 +0000 2.2 +++ b/coturn/receipt Sat Jul 25 17:02:18 2020 +0000 2.3 @@ -17,6 +17,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lpthread" 2.8 ./configure --prefix=/usr \ 2.9 --sysconfdir=/etc \ 2.10 --mandir=/usr/share/man \
3.1 --- a/grub4dos-linux/receipt Sat Jul 25 12:31:36 2020 +0000 3.2 +++ b/grub4dos-linux/receipt Sat Jul 25 17:02:18 2020 +0000 3.3 @@ -3,7 +3,7 @@ 3.4 PACKAGE="grub4dos-linux" 3.5 VERSION="0.4.4" 3.6 CATEGORY="system-tools" 3.7 -SHORT_DESC="Some enhancments of grub boot loader - linux files." 3.8 +SHORT_DESC="Some enhancements of grub boot loader - linux files." 3.9 MAINTAINER="pascal.bellard@slitaz.org" 3.10 LICENSE="GPL2" 3.11 WEB_SITE="http://grub4dos.sourceforge.net/"
4.1 --- a/grub4dos/receipt Sat Jul 25 12:31:36 2020 +0000 4.2 +++ b/grub4dos/receipt Sat Jul 25 17:02:18 2020 +0000 4.3 @@ -10,12 +10,11 @@ 4.4 WEB_SITE="http://grub4dos.sourceforge.net/" 4.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 4.6 4.7 -BUILD_DEPENDS="lzma gcc3" 4.8 +BUILD_DEPENDS="lzma gcc3 binutils" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules() 4.12 { 4.13 - cd $src 4.14 for i in $stuff/*.diff ; do 4.15 [ -f $(basename $i) ] && continue 4.16 patch -p1 < $i 4.17 @@ -23,6 +22,8 @@ 4.18 done 4.19 sed -i 's/\[ .grub-probe.*\]/mount | grep $grubdir | grep -q xfs/' \ 4.20 util/grub-install.in 4.21 + sed -i 's|-O binary conftest|--only-section=.text &|' acinclude.m4 4.22 + sed -i 's|-O binary |&-R .note -R .comment -R .note.gnu.build-id |' stage?/Makefile.am 4.23 sh ./configure CC=gcc-3 \ 4.24 --enable-preset-menu=$stuff/menu.lst \ 4.25 --without-curses \
5.1 --- a/gstreamer-1.0/receipt Sat Jul 25 12:31:36 2020 +0000 5.2 +++ b/gstreamer-1.0/receipt Sat Jul 25 17:02:18 2020 +0000 5.3 @@ -28,6 +28,9 @@ 5.4 { 5.5 sed -i '/set ERROR_CFLAGS/d' configure 5.6 5.7 + # Update for make 3.81 5.8 + sed -i 's|\\#|#|' libs/gst/controller/Makefile* 5.9 + 5.10 ./configure \ 5.11 --sysconfdir=/etc \ 5.12 --localstatedir=/var \