wok diff runcom/receipt @ rev 24986
Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed May 11 08:28:28 2022 -0400 (2022-05-11) |
parents | ed8073aa8cf0 |
children | 73f36875e5a7 |
line diff
1.1 --- a/runcom/receipt Mon Dec 21 00:07:14 2015 +0100 1.2 +++ b/runcom/receipt Wed May 11 08:28:28 2022 -0400 1.3 @@ -21,7 +21,7 @@ 1.4 mkdir -p $DESTDIR/usr/bin 1.5 cc -o $DESTDIR/usr/bin/runcom $stuff/runcom.c 1.6 cc -o $src/debug.o -Wa,-a=$src/debug.lst -c $stuff/debug.S 1.7 - objcopy -O binary $src/debug.o $DESTDIR/usr/bin/debug.bin 1.8 + objcopy --only-section=.text -O binary $src/debug.o $DESTDIR/usr/bin/debug.bin 1.9 cp $stuff/debug.com $DESTDIR/usr/bin 1.10 chmod +x $DESTDIR/usr/bin/debug.* 1.11 }