Magellan Linux

Annotation of /trunk/dropbear/patches/dropbear-2013.62-turn-dropbearmulti-into-a-real-target-so-we-dont-constantly-re-link-it.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2353 - (hide annotations) (download)
Tue Dec 17 12:54:04 2013 UTC (10 years, 4 months ago) by niro
File size: 880 byte(s)
-added upstream patches
1 niro 2353
2     # HG changeset patch
3     # User Mike Frysinger <vapier@gentoo.org>
4     # Date 1386769682 -28800
5     # Node ID 77972dc491caf4bfdbd37028ceb63a534f910fe7
6     # Parent 41a55028a9c5af25cb028e88c16c0c2370c65116
7     Turn dropbearmulti into a real target so we don't constantly re-link it
8    
9     diff -r 41a55028a9c5 -r 77972dc491ca Makefile.in
10     --- a/Makefile.in Tue Dec 03 22:00:38 2013 +0800
11     +++ b/Makefile.in Wed Dec 11 21:48:02 2013 +0800
12     @@ -175,10 +175,10 @@
13     CFLAGS+=$(addprefix -DDBMULTI_, $(PROGRAMS)) -DDROPBEAR_MULTI
14     endif
15    
16     -dropbearmulti: multilink
17     +dropbearmulti$(EXEEXT): $(HEADERS) $(MULTIOBJS) $(LIBTOM_DEPS) Makefile
18     + $(CC) $(LDFLAGS) -o $@ $(MULTIOBJS) $(LIBS)$
19    
20     -multibinary: $(HEADERS) $(MULTIOBJS) $(LIBTOM_DEPS) Makefile
21     - $(CC) $(LDFLAGS) -o dropbearmulti$(EXEEXT) $(MULTIOBJS) $(LIBS)
22     +multibinary: dropbearmulti$(EXEEXT)
23    
24     multilink: multibinary $(addprefix link, $(PROGRAMS))
25    
26