wok-6.x diff rdpdesk/receipt @ rev 25035
Up libqcow (20210419)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 20 18:11:13 2022 +0000 (2022-05-20) |
parents | e919c5a2742d |
children |
line diff
1.1 --- a/rdpdesk/receipt Wed Feb 02 18:01:43 2022 +0000 1.2 +++ b/rdpdesk/receipt Fri May 20 18:11:13 2022 +0000 1.3 @@ -31,7 +31,13 @@ 1.4 1.5 cd $src 1.6 sed -i 's|glib/.*h|glib.h|' src/proto/*Connection_nix.hpp 1.7 - ./configure --prefix=/usr $CONFIGURE_ARGS && 1.8 + ./configure --prefix=/usr $CONFIGURE_ARGS 1.9 + 1.10 + # binutils 2.37 fix 1.11 + sed -i 's|ar clq|ar cq|' \ 1.12 + src/proto/vnc_unixsrc/*/Makefile* \ 1.13 + src/proto/vnc_unixsrc/Xvnc/config/util/crayar.sh 1.14 + 1.15 make && 1.16 make DESTDIR=$DESTDIR install 1.17 }