# HG changeset patch # User Pascal Bellard # Date 1595696538 0 # Node ID 800de22df35e9c39ffcdfe33d8369b685cbe2494 # Parent f9002b3173a29936cfc8fc546d88c5b0bda8a5ca Fix coturn & grub4dos diff -r f9002b3173a2 -r 800de22df35e aircrack-ng/receipt --- a/aircrack-ng/receipt Sat Jul 25 12:31:36 2020 +0000 +++ b/aircrack-ng/receipt Sat Jul 25 17:02:18 2020 +0000 @@ -22,8 +22,8 @@ # fix build with gcc45 sed -i s/-Werror// common.mak || return 1 - make SQLITE=true unstable=true && - make SQLITE=true unstable=true DESTDIR=$DESTDIR install + make -j 1 SQLITE=true unstable=true && + make -j 1 SQLITE=true unstable=true DESTDIR=$DESTDIR install sed -i 's|/usr/local||g' $DESTDIR/usr/sbin/airodump-ng-oui-update } diff -r f9002b3173a2 -r 800de22df35e coturn/receipt --- a/coturn/receipt Sat Jul 25 12:31:36 2020 +0000 +++ b/coturn/receipt Sat Jul 25 17:02:18 2020 +0000 @@ -17,6 +17,7 @@ # Rules to configure and make the package. compile_rules() { + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lpthread" ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ diff -r f9002b3173a2 -r 800de22df35e grub4dos-linux/receipt --- a/grub4dos-linux/receipt Sat Jul 25 12:31:36 2020 +0000 +++ b/grub4dos-linux/receipt Sat Jul 25 17:02:18 2020 +0000 @@ -3,7 +3,7 @@ PACKAGE="grub4dos-linux" VERSION="0.4.4" CATEGORY="system-tools" -SHORT_DESC="Some enhancments of grub boot loader - linux files." +SHORT_DESC="Some enhancements of grub boot loader - linux files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="http://grub4dos.sourceforge.net/" diff -r f9002b3173a2 -r 800de22df35e grub4dos/receipt --- a/grub4dos/receipt Sat Jul 25 12:31:36 2020 +0000 +++ b/grub4dos/receipt Sat Jul 25 17:02:18 2020 +0000 @@ -10,12 +10,11 @@ WEB_SITE="http://grub4dos.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -BUILD_DEPENDS="lzma gcc3" +BUILD_DEPENDS="lzma gcc3 binutils" # Rules to configure and make the package. compile_rules() { - cd $src for i in $stuff/*.diff ; do [ -f $(basename $i) ] && continue patch -p1 < $i @@ -23,6 +22,8 @@ done sed -i 's/\[ .grub-probe.*\]/mount | grep $grubdir | grep -q xfs/' \ util/grub-install.in + sed -i 's|-O binary conftest|--only-section=.text &|' acinclude.m4 + sed -i 's|-O binary |&-R .note -R .comment -R .note.gnu.build-id |' stage?/Makefile.am sh ./configure CC=gcc-3 \ --enable-preset-menu=$stuff/menu.lst \ --without-curses \ diff -r f9002b3173a2 -r 800de22df35e gstreamer-1.0/receipt --- a/gstreamer-1.0/receipt Sat Jul 25 12:31:36 2020 +0000 +++ b/gstreamer-1.0/receipt Sat Jul 25 17:02:18 2020 +0000 @@ -28,6 +28,9 @@ { sed -i '/set ERROR_CFLAGS/d' configure + # Update for make 3.81 + sed -i 's|\\#|#|' libs/gst/controller/Makefile* + ./configure \ --sysconfdir=/etc \ --localstatedir=/var \