wok-current 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 | ca70cc6b85be |
files | cifs-utils-dev/receipt cifs-utils/receipt |
line diff
1.1 --- a/cifs-utils-dev/receipt Tue Jan 07 17:50:34 2020 +0100 1.2 +++ b/cifs-utils-dev/receipt Tue Jan 07 17:58:36 2020 +0100 1.3 @@ -17,3 +17,4 @@ 1.4 mkdir -p $fs/usr 1.5 cp -a $install/usr/include $fs/usr 1.6 } 1.7 +
2.1 --- a/cifs-utils/receipt Tue Jan 07 17:50:34 2020 +0100 2.2 +++ b/cifs-utils/receipt Tue Jan 07 17:58:36 2020 +0100 2.3 @@ -12,14 +12,16 @@ 2.4 WGET_URL="https://download.samba.org/pub/linux-cifs/$PACKAGE/$TARBALL" 2.5 2.6 PROVIDE="smbfs" 2.7 -DEPENDS="attr libcap linux-cifs" 2.8 -BUILD_DEPENDS="autoconf automake krb5-dev libcap-dev samba-dev talloc-dev" 2.9 +DEPENDS="attr gcc83-lib-base libcap linux-cifs" 2.10 +BUILD_DEPENDS="autoconf automake gcc83 krb5-dev libcap-dev samba-dev talloc-dev" 2.11 2.12 # Rules to configure and make the package. 2.13 compile_rules() 2.14 { 2.15 autoreconf -i && 2.16 ./configure \ 2.17 + CC=gcc-83 \ 2.18 + CC=g++-83 \ 2.19 --prefix=/usr \ 2.20 --mandir=/usr/share/man \ 2.21 $CONFIGURE_ARGS &&