mirror of
https://git.yoctoproject.org/poky
synced 2026-07-23 18:17:02 +00:00
3048bd79b3
(From OE-Core rev: 255588da1834b45325cf6677906aef2687a3b5f6) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
675 B
Diff
Executable File
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)
|