diff options
author | Peter Alfredsen <crabbedhaloablution@icloud.com> | 2020-12-13 19:35:28 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-12-13 14:12:47 -0500 |
commit | dcc4ed17e7f2275d8f12612f248c1c5125ad2138 (patch) | |
tree | a54439d5862948a8baeed21531ef75d36a79de34 /net-fs | |
parent | dev-libs/libzia: Version bump (diff) | |
download | gentoo-dcc4ed17e7f2275d8f12612f248c1c5125ad2138.tar.gz gentoo-dcc4ed17e7f2275d8f12612f248c1c5125ad2138.tar.bz2 gentoo-dcc4ed17e7f2275d8f12612f248c1c5125ad2138.zip |
net-fs/libnfs: add --disable-werror
Closes: https://bugs.gentoo.org/741344
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Peter Alfredsen <crabbedhaloablution@icloud.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/18641
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/libnfs/libnfs-4.0.0.ebuild | 1 | ||||
-rw-r--r-- | net-fs/libnfs/libnfs-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-fs/libnfs/libnfs-4.0.0.ebuild b/net-fs/libnfs/libnfs-4.0.0.ebuild index 45f09e152b3c..df04294996c8 100644 --- a/net-fs/libnfs/libnfs-4.0.0.ebuild +++ b/net-fs/libnfs/libnfs-4.0.0.ebuild @@ -31,6 +31,7 @@ src_prepare() { src_configure() { local myeconfargs=( + --disable-werror $(use_enable static-libs static) $(use_enable utils) ) diff --git a/net-fs/libnfs/libnfs-9999.ebuild b/net-fs/libnfs/libnfs-9999.ebuild index 13cae771f02b..2736936d4bfc 100644 --- a/net-fs/libnfs/libnfs-9999.ebuild +++ b/net-fs/libnfs/libnfs-9999.ebuild @@ -31,6 +31,7 @@ src_prepare() { src_configure() { local myeconfargs=( + --disable-werror $(use_enable static-libs static) $(use_enable utils) ) |