wok-current diff xorg-imake/receipt @ rev 25601
use gcc49-lib-base for openldap-dev
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Sep 01 12:04:33 2023 +0000 (16 months ago) |
parents | 5d79829fa876 |
children | 5926178cd6fa |
line diff
1.1 --- a/xorg-imake/receipt Wed Jul 07 17:56:16 2021 +0000 1.2 +++ b/xorg-imake/receipt Fri Sep 01 12:04:33 2023 +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