mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/ntp: fix ntpd test link errors
This commit is contained in:
21
net-misc/ntp/files/ntp-4.2.8-ntpd-test-signd.patch
Normal file
21
net-misc/ntp/files/ntp-4.2.8-ntpd-test-signd.patch
Normal file
@@ -0,0 +1,21 @@
|
||||
http://bugs.ntp.org/show_bug.cgi?id=2951
|
||||
|
||||
--- a/tests/ntpd/Makefile.in
|
||||
+++ b/tests/ntpd/Makefile.in
|
||||
@@ -205,7 +205,7 @@ test_ntp_scanner_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
|
||||
-o $@
|
||||
am_test_ntp_signd_OBJECTS = t-ntp_signd.$(OBJEXT) \
|
||||
run-t-ntp_signd.$(OBJEXT) test-libntp.$(OBJEXT) \
|
||||
- ntp_signd.$(OBJEXT) $(am__objects_1)
|
||||
+ $(am__objects_1)
|
||||
test_ntp_signd_OBJECTS = $(am_test_ntp_signd_OBJECTS)
|
||||
test_ntp_signd_DEPENDENCIES = $(am__DEPENDENCIES_3) \
|
||||
$(top_builddir)/ntpd/ntp_config.o \
|
||||
@@ -871,7 +871,6 @@ test_ntp_signd_SOURCES = \
|
||||
t-ntp_signd.c \
|
||||
run-t-ntp_signd.c \
|
||||
$(srcdir)/../libntp/test-libntp.c \
|
||||
- $(srcdir)/../../ntpd/ntp_signd.c \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@@ -42,6 +42,7 @@ pkg_setup() {
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-4.2.8-ipc-caps.patch #533966
|
||||
epatch "${FILESDIR}"/${PN}-4.2.8-sntp-test-pthreads.patch #563922
|
||||
epatch "${FILESDIR}"/${PN}-4.2.8-ntpd-test-signd.patch
|
||||
append-cppflags -D_GNU_SOURCE #264109
|
||||
# Make sure every build uses the same install layout. #539092
|
||||
find sntp/loc/ -type f '!' -name legacy -delete || die
|
||||
|
||||
Reference in New Issue
Block a user