diff options
author | Akinori Hattori <hattya@gentoo.org> | 2019-10-27 18:06:16 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2019-10-27 18:08:58 +0900 |
commit | 5a78e4dc89f02a15ad86b09a8fe84d1c02822d71 (patch) | |
tree | cf4978498d9c87ce16246ef095ae7190fb5e7cdc /dev-libs/libspt/libspt-1.1-r2.ebuild | |
parent | dev-libs/libspt: update HOMEPAGE and SRC_URI (diff) | |
download | gentoo-5a78e4dc89f02a15ad86b09a8fe84d1c02822d71.tar.gz gentoo-5a78e4dc89f02a15ad86b09a8fe84d1c02822d71.tar.bz2 gentoo-5a78e4dc89f02a15ad86b09a8fe84d1c02822d71.zip |
dev-libs/libspt: fix build with >=sys-libs/glibc-2.30
Closes: https://bugs.gentoo.org/691762
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'dev-libs/libspt/libspt-1.1-r2.ebuild')
-rw-r--r-- | dev-libs/libspt/libspt-1.1-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/libspt/libspt-1.1-r2.ebuild b/dev-libs/libspt/libspt-1.1-r2.ebuild index 1118a347b3a3..a2bbec0ed4d9 100644 --- a/dev-libs/libspt/libspt-1.1-r2.ebuild +++ b/dev-libs/libspt/libspt-1.1-r2.ebuild @@ -22,6 +22,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/${PN}-gentoo.patch" + "${FILESDIR}/${PN}-glibc-2.30.patch" "${FILESDIR}/${PN}-rpc.patch" ) |