public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/sudo/files: sudo-1.8.2-parallel-build.patch
@ 2011-10-07 16:27 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-10-07 16:27 UTC (permalink / raw
  To: gentoo-commits

vapier      11/10/07 16:27:53

  Added:                sudo-1.8.2-parallel-build.patch
  Log:
  Fix parallel build failures with sudoreplay.
  
  (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-admin/sudo/files/sudo-1.8.2-parallel-build.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/files/sudo-1.8.2-parallel-build.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/files/sudo-1.8.2-parallel-build.patch?rev=1.1&content-type=text/plain

Index: sudo-1.8.2-parallel-build.patch
===================================================================
http://crosbug.com/20607

--- a/plugins/sudoers/Makefile.in
+++ b/plugins/sudoers/Makefile.in
@@ -164,7 +164,7 @@
 visudo: libparsesudoers.la $(VISUDO_OBJS) $(LT_LIBS)
 	$(LIBTOOL) --mode=link $(CC) -o $@ $(VISUDO_OBJS) $(LDFLAGS) libparsesudoers.la $(LIBS) $(NET_LIBS)
 
-sudoreplay: $(REPLAY_OBJS) $(LT_LIBS)
+sudoreplay: $(REPLAY_OBJS) $(LT_LIBS) timestr.lo
 	$(LIBTOOL) --mode=link $(CC) -o $@ $(REPLAY_OBJS) $(LDFLAGS) timestr.lo $(REPLAY_LIBS) $(LIBS)
 
 testsudoers: libparsesudoers.la $(TEST_OBJS) $(LT_LIBS)






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-07 16:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-07 16:27 [gentoo-commits] gentoo-x86 commit in app-admin/sudo/files: sudo-1.8.2-parallel-build.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox