wok-current diff xorg-imake/receipt @ rev 25188

xorg-imake: update create-lib-cmd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 12 14:15:49 2022 +0000 (2022-07-12)
parents 5d79829fa876
children
line diff
     1.1 --- a/xorg-imake/receipt	Wed Jul 07 17:56:16 2021 +0000
     1.2 +++ b/xorg-imake/receipt	Tue Jul 12 14:15:49 2022 +0000
     1.3 @@ -24,9 +24,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./configure			\
     1.8 -		--prefix=/usr		\
     1.9 -		--mandir=/usr/share/man	\
    1.10 +	./configure				\
    1.11 +		--prefix=/usr			\
    1.12 +		--mandir=/usr/share/man		\
    1.13 +		--with-create-lib-cmd="ar cq"	\
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make &&
    1.16  	make DESTDIR=$DESTDIR install