net-fs/cifs-utils: Sync with Gentoo

It's from Gentoo commit 1c956177bce251cc4157fbd0948dfffe085b7ceb.
This commit is contained in:
Flatcar Buildbot 2024-04-08 07:16:06 +00:00 committed by Krzesimir Nowak
parent f5ac1c4f66
commit 66a302a593
3 changed files with 15 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{9..11} ) PYTHON_COMPAT=( python3_{9..11} )
inherit autotools bash-completion-r1 linux-info pam python-single-r1 inherit autotools bash-completion-r1 flag-o-matic linux-info pam python-single-r1
DESCRIPTION="Tools for Managing Linux CIFS Client Filesystems" DESCRIPTION="Tools for Managing Linux CIFS Client Filesystems"
HOMEPAGE="https://wiki.samba.org/index.php/LinuxCIFS_utils https://git.samba.org/cifs-utils.git/?p=cifs-utils.git" HOMEPAGE="https://wiki.samba.org/index.php/LinuxCIFS_utils https://git.samba.org/cifs-utils.git/?p=cifs-utils.git"
@ -77,6 +77,9 @@ src_prepare() {
} }
src_configure() { src_configure() {
# bug #927809
filter-flags -fno-semantic-interposition
local myeconfargs=( local myeconfargs=(
--enable-man --enable-man
--enable-smbinfo --enable-smbinfo

View File

@ -1,11 +1,11 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{9..11} ) PYTHON_COMPAT=( python3_{9..11} )
inherit autotools bash-completion-r1 linux-info pam python-single-r1 inherit autotools bash-completion-r1 flag-o-matic linux-info pam python-single-r1
DESCRIPTION="Tools for Managing Linux CIFS Client Filesystems" DESCRIPTION="Tools for Managing Linux CIFS Client Filesystems"
HOMEPAGE="https://wiki.samba.org/index.php/LinuxCIFS_utils https://git.samba.org/cifs-utils.git/?p=cifs-utils.git" HOMEPAGE="https://wiki.samba.org/index.php/LinuxCIFS_utils https://git.samba.org/cifs-utils.git/?p=cifs-utils.git"
@ -78,6 +78,9 @@ src_prepare() {
} }
src_configure() { src_configure() {
# bug #927809
filter-flags -fno-semantic-interposition
local myeconfargs=( local myeconfargs=(
--enable-man --enable-man
--enable-smbinfo --enable-smbinfo

View File

@ -1,11 +1,11 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{9..11} ) PYTHON_COMPAT=( python3_{9..11} )
inherit autotools bash-completion-r1 linux-info pam python-single-r1 inherit autotools bash-completion-r1 flag-o-matic linux-info pam python-single-r1
DESCRIPTION="Tools for Managing Linux CIFS Client Filesystems" DESCRIPTION="Tools for Managing Linux CIFS Client Filesystems"
HOMEPAGE="https://wiki.samba.org/index.php/LinuxCIFS_utils https://git.samba.org/cifs-utils.git/?p=cifs-utils.git" HOMEPAGE="https://wiki.samba.org/index.php/LinuxCIFS_utils https://git.samba.org/cifs-utils.git/?p=cifs-utils.git"
@ -77,6 +77,9 @@ src_prepare() {
} }
src_configure() { src_configure() {
# bug #927809
filter-flags -fno-semantic-interposition
local myeconfargs=( local myeconfargs=(
--enable-man --enable-man
--enable-smbinfo --enable-smbinfo