mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
net-fs/cifs-utils: Sync with Gentoo
It's from Gentoo commit 1c956177bce251cc4157fbd0948dfffe085b7ceb.
This commit is contained in:
parent
f5ac1c4f66
commit
66a302a593
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user