# HG changeset patch # User Hans-G?nter Theisgen # Date 1578416316 -3600 # Node ID 3efe33e068cd69388f96ee963d11a9b5a4d11bea # Parent cf3e61da7a2543d9461116620f3f94658d70f2e4 updated cifs-utils and cifs-utils-dev again (6.8 -> 6.10) diff -r cf3e61da7a25 -r 3efe33e068cd cifs-utils-dev/receipt --- a/cifs-utils-dev/receipt Tue Jan 07 17:50:34 2020 +0100 +++ b/cifs-utils-dev/receipt Tue Jan 07 17:58:36 2020 +0100 @@ -17,3 +17,4 @@ mkdir -p $fs/usr cp -a $install/usr/include $fs/usr } + diff -r cf3e61da7a25 -r 3efe33e068cd cifs-utils/receipt --- a/cifs-utils/receipt Tue Jan 07 17:50:34 2020 +0100 +++ b/cifs-utils/receipt Tue Jan 07 17:58:36 2020 +0100 @@ -12,14 +12,16 @@ WGET_URL="https://download.samba.org/pub/linux-cifs/$PACKAGE/$TARBALL" PROVIDE="smbfs" -DEPENDS="attr libcap linux-cifs" -BUILD_DEPENDS="autoconf automake krb5-dev libcap-dev samba-dev talloc-dev" +DEPENDS="attr gcc83-lib-base libcap linux-cifs" +BUILD_DEPENDS="autoconf automake gcc83 krb5-dev libcap-dev samba-dev talloc-dev" # Rules to configure and make the package. compile_rules() { autoreconf -i && ./configure \ + CC=gcc-83 \ + CC=g++-83 \ --prefix=/usr \ --mandir=/usr/share/man \ $CONFIGURE_ARGS &&