diff options
author | 2016-04-19 02:03:08 -0400 | |
---|---|---|
committer | 2016-04-19 02:03:15 -0400 | |
commit | 19ae69e682d94b2317057e4751e4b78555868362 (patch) | |
tree | e8a06ea65a3766604c94965494f0504aeccb8447 /sys-boot/syslinux/syslinux-6.03.ebuild | |
parent | sys-apps/smartmontools: Fixed installation with USE=minimal. (diff) | |
download | gentoo-19ae69e682d94b2317057e4751e4b78555868362.tar.gz gentoo-19ae69e682d94b2317057e4751e4b78555868362.tar.bz2 gentoo-19ae69e682d94b2317057e4751e4b78555868362.zip |
sys-boot/syslinux: fix building w/newer glibc #579928
Diffstat (limited to 'sys-boot/syslinux/syslinux-6.03.ebuild')
-rw-r--r-- | sys-boot/syslinux/syslinux-6.03.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-boot/syslinux/syslinux-6.03.ebuild b/sys-boot/syslinux/syslinux-6.03.ebuild index 503baaeec619..25ec57bc1fc1 100644 --- a/sys-boot/syslinux/syslinux-6.03.ebuild +++ b/sys-boot/syslinux/syslinux-6.03.ebuild @@ -45,6 +45,8 @@ QA_PREBUILT="usr/share/${PN}/*.c32" src_prepare() { rm -f gethostip #bug 137081 + epatch "${FILESDIR}"/${PN}-6.03-sysmacros.patch #579928 + # Don't prestrip or override user LDFLAGS, bug #305783 local SYSLINUX_MAKEFILES="extlinux/Makefile linux/Makefile mtools/Makefile \ sample/Makefile utils/Makefile" |