wok diff cifs-utils/receipt @ rev 22598
updated cifs-utils and cifs-utils-dev again (6.8 -> 6.10)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 17:58:36 2020 +0100 (2020-01-07) |
parents | cf3e61da7a25 |
children | 1974896886e3 |
line diff
1.1 --- a/cifs-utils/receipt Tue Jan 07 17:50:34 2020 +0100 1.2 +++ b/cifs-utils/receipt Tue Jan 07 17:58:36 2020 +0100 1.3 @@ -12,14 +12,16 @@ 1.4 WGET_URL="https://download.samba.org/pub/linux-cifs/$PACKAGE/$TARBALL" 1.5 1.6 PROVIDE="smbfs" 1.7 -DEPENDS="attr libcap linux-cifs" 1.8 -BUILD_DEPENDS="autoconf automake krb5-dev libcap-dev samba-dev talloc-dev" 1.9 +DEPENDS="attr gcc83-lib-base libcap linux-cifs" 1.10 +BUILD_DEPENDS="autoconf automake gcc83 krb5-dev libcap-dev samba-dev talloc-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 autoreconf -i && 1.16 ./configure \ 1.17 + CC=gcc-83 \ 1.18 + CC=g++-83 \ 1.19 --prefix=/usr \ 1.20 --mandir=/usr/share/man \ 1.21 $CONFIGURE_ARGS &&