wok-current rev 25735
Fix readline ldflags and cookutils to use git branch tarball (thanks Saipul)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Jan 20 09:22:42 2025 +0000 (8 months ago) |
parents | 1caac51e4c29 |
children | aaf7d7c5b4c2 |
files | cookutils/receipt readline/receipt |
line diff
1.1 --- a/cookutils/receipt Thu Jan 16 13:14:32 2025 +0000 1.2 +++ b/cookutils/receipt Mon Jan 20 09:22:42 2025 +0000 1.3 @@ -37,6 +37,7 @@ 1.4 patch -p1 -i $stuff/rework-umount_aufs.patch 1.5 patch -p1 -i $stuff/current-version.patch 1.6 patch -p1 -i $stuff/cook-x86_64.patch 1.7 + patch -p1 -i $stuff/cook-git-branch.patch 1.8 sed -i 's|preinit core-4in1|preinit core-4in1 core-5in1|' cookiso 1.9 mkdir -p $DESTDIR/usr/bin $DESTDIR/etc/slitaz 1.10 make DESTDIR=$DESTDIR install
2.1 --- a/readline/receipt Thu Jan 16 13:14:32 2025 +0000 2.2 +++ b/readline/receipt Mon Jan 20 09:22:42 2025 +0000 2.3 @@ -32,6 +32,8 @@ 2.4 # patch -Np1 -i $stuff/readline-6.3-upstream_fixes-3.patch 2.5 sed -i '/(MV)/d' Makefile* 2.6 2.7 + export LDFLAGS="-Wl,--copy-dt-needed-entries -ltinfo" 2.8 + 2.9 ./configure \ 2.10 --disable-install-examples \ 2.11 $CONFIGURE_ARGS &&