wok-6.x rev 25340
quota: add -lpthread
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 24 16:14:12 2022 +0000 (2022-07-24) |
parents | 0aa9b0da5f5c |
children | 9b2b1195df6c |
files | qcad/receipt quota/receipt |
line diff
1.1 --- a/qcad/receipt Sun Jul 24 10:50:52 2022 +0100 1.2 +++ b/qcad/receipt Sun Jul 24 16:14:12 2022 +0000 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 LICENSE="GPL3" 1.6 TARBALL="${PACKAGE}-${VERSION}-linux-x86_32.tar.gz" 1.7 -WEB_SITE="http://www.qcad.org" 1.8 +WEB_SITE="https://www.qcad.org/en/" 1.9 WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL" 1.10 HOST_ARCH="i486" 1.11
2.1 --- a/quota/receipt Sun Jul 24 10:50:52 2022 +0100 2.2 +++ b/quota/receipt Sun Jul 24 16:14:12 2022 +0000 2.3 @@ -25,6 +25,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 + export LDFLAGS="$LDFLAGS -lpthread" 2.8 ./configure \ 2.9 --prefix=/usr \ 2.10 --sysconfdir=/etc \