Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 564018
Collapse All | Expand All

(-)a/net-misc/ntp/ntp-4.2.8_p13-r2.ebuild (-1 / +8 lines)
Line 0 Link Here
1
Avoid building problematic tests on platforms
2
whose linker does not support --gc-sections.
3
4
https://bugs.ntp.org/show_bug.cgi?id=3601
5
https://bugs.gentoo.org/564018
6
7
--- a/sntp/m4/ntp_problemtests.m4	2019-09-23 07:19:18.545861137 +0200
Lines 47-52 PATCHES=( Link Here
47
	"${FILESDIR}"/${PN}-4.2.8-sntp-test-pthreads.patch #563922
47
	"${FILESDIR}"/${PN}-4.2.8-sntp-test-pthreads.patch #563922
48
	"${FILESDIR}"/${PN}-4.2.8_p10-fix-build-wo-ssl-or-libressl.patch
48
	"${FILESDIR}"/${PN}-4.2.8_p10-fix-build-wo-ssl-or-libressl.patch
49
	"${FILESDIR}"/${PN}-4.2.8_p12-libressl-2.8.patch
49
	"${FILESDIR}"/${PN}-4.2.8_p12-libressl-2.8.patch
50
	"${FILESDIR}"/${PN}-4.2.8-gc-tests.patch #564018
50
)
51
)
51
52
52
src_prepare() {
53
src_prepare() {
53
- 

Return to bug 564018