diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-04-19 02:50:02 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-19 02:50:02 -0400 |
commit | d4ba6009f6a27fbc13de33957ee145dd5f1351dd (patch) | |
tree | 6bcd6f3d92be3bd717486ffbdab89e7e1c95c695 /app-benchmarks/ioping/ioping-0.9.ebuild | |
parent | app-misc/fdutils: fix build w/newer glibc #580060 (diff) | |
download | gentoo-d4ba6009f6a27fbc13de33957ee145dd5f1351dd.tar.gz gentoo-d4ba6009f6a27fbc13de33957ee145dd5f1351dd.tar.bz2 gentoo-d4ba6009f6a27fbc13de33957ee145dd5f1351dd.zip |
app-benchmarks/ioping: fix build w/newer glibc #579982
Diffstat (limited to 'app-benchmarks/ioping/ioping-0.9.ebuild')
-rw-r--r-- | app-benchmarks/ioping/ioping-0.9.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-benchmarks/ioping/ioping-0.9.ebuild b/app-benchmarks/ioping/ioping-0.9.ebuild index b6079a33adee..ee40cf8654fb 100644 --- a/app-benchmarks/ioping/ioping-0.9.ebuild +++ b/app-benchmarks/ioping/ioping-0.9.ebuild @@ -16,6 +16,7 @@ LICENSE="GPL-3" IUSE="" src_prepare() { + epatch "${FILESDIR}"/${P}-sysmacros.patch #579982 sed \ -e 's: -g : :g' \ -e 's: $(LDFLAGS) : :g' \ |