wok diff rdpdesk/receipt @ rev 25017

updated openjpeg, openjpeg-dev and openjpeg-tools (1.5.0 -> 1.5.2)
author Hans-G?nter Theisgen
date Wed May 18 06:55:41 2022 +0100 (2022-05-18)
parents e919c5a2742d
children 29df00e1e19d
line diff
     1.1 --- a/rdpdesk/receipt	Wed Feb 02 18:01:43 2022 +0000
     1.2 +++ b/rdpdesk/receipt	Wed May 18 06:55:41 2022 +0100
     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  }