1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-23 18:17:02 +00:00
Files
poky/meta/recipes-extended/sudo/files/sudo-parallel-build.patch
Matthew McClintock 3048bd79b3 sudo_1.8.1p2.bb: Pull patch from upstream to fix parallel build issue
(From OE-Core rev: 255588da1834b45325cf6677906aef2687a3b5f6)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-30 16:43:42 +00:00

16 lines
675 B
Diff
Executable File

Upstream-Status: Accepted
Index: sudo-1.8.1p2/plugins/sudoers/Makefile.in
===================================================================
--- sudo-1.8.1p2.orig/plugins/sudoers/Makefile.in
+++ sudo-1.8.1p2/plugins/sudoers/Makefile.in
@@ -164,7 +164,7 @@ sudoers.la: $(SUDOERS_OBJS) libsudoers.l
visudo: libsudoers.la $(VISUDO_OBJS) $(LIBS)
$(LIBTOOL) --mode=link $(CC) -o $@ $(VISUDO_OBJS) $(LDFLAGS) libsudoers.la $(LIBS) $(NET_LIBS)
-sudoreplay: $(REPLAY_OBJS) $(LIBS)
+sudoreplay: timestr.lo $(REPLAY_OBJS) $(LIBS)
$(LIBTOOL) --mode=link $(CC) -o $@ $(REPLAY_OBJS) $(LDFLAGS) timestr.lo $(REPLAY_LIBS) $(LIBS)
testsudoers: libsudoers.la $(TEST_OBJS) $(LIBS)