diff options
author | 2019-12-30 00:17:24 +0100 | |
---|---|---|
committer | 2019-12-30 00:17:47 +0100 | |
commit | 77ec8e9ee23def7148efe1cc1c7c49c3f9b895b3 (patch) | |
tree | ea0ab96be585a8f0fe08d8cb98ca1c8234e4b9de /net-libs/xrootd/xrootd-4.8.3.ebuild | |
parent | dev-util/meson: 0.52.1 bump (diff) | |
download | gentoo-77ec8e9ee23def7148efe1cc1c7c49c3f9b895b3.tar.gz gentoo-77ec8e9ee23def7148efe1cc1c7c49c3f9b895b3.tar.bz2 gentoo-77ec8e9ee23def7148efe1cc1c7c49c3f9b895b3.zip |
net-libs/xrootd: do not set -Werror in normal builds
Backported to 4.8 and 4.9 from 4.10. Should allow these versions to
build under gcc-9.
Closes: https://bugs.gentoo.org/703412
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-libs/xrootd/xrootd-4.8.3.ebuild')
-rw-r--r-- | net-libs/xrootd/xrootd-4.8.3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-libs/xrootd/xrootd-4.8.3.ebuild b/net-libs/xrootd/xrootd-4.8.3.ebuild index 90f82f05b9a..df36a3d6213 100644 --- a/net-libs/xrootd/xrootd-4.8.3.ebuild +++ b/net-libs/xrootd/xrootd-4.8.3.ebuild @@ -42,7 +42,10 @@ REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) " -PATCHES=( "${FILESDIR}"/${P}-crc32.patch ) +PATCHES=( + "${FILESDIR}"/${P}-crc32.patch + "${FILESDIR}"/${PN}-4.8.3-Werror_only_Debug.patch +) # xrootd plugins are not intended to be linked with, # they are to be loaded at runtime by xrootd, |