1ba7dd6f442254ce69435acb6b062bbf1e0988c4
[openwrt/openwrt.git] / package / network / services / dropbear / patches / 160-lto-jobserver.patch
1 --- a/Makefile.in
2 +++ b/Makefile.in
3 @@ -198,17 +198,17 @@ dropbearkey: $(dropbearkeyobjs)
4 dropbearconvert: $(dropbearconvertobjs)
5
6 dropbear: $(HEADERS) $(LIBTOM_DEPS) Makefile
7 - $(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS) @CRYPTLIB@ $(PLUGIN_LIBS)
8 + +$(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS) @CRYPTLIB@ $(PLUGIN_LIBS)
9
10 dbclient: $(HEADERS) $(LIBTOM_DEPS) Makefile
11 - $(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS)
12 + +$(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS)
13
14 dropbearkey dropbearconvert: $(HEADERS) $(LIBTOM_DEPS) Makefile
15 - $(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS)
16 + +$(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS)
17
18 # scp doesn't use the libs so is special.
19 scp: $(SCPOBJS) $(HEADERS) Makefile
20 - $(CC) $(LDFLAGS) -o $@$(EXEEXT) $(SCPOBJS)
21 + +$(CC) $(LDFLAGS) -o $@$(EXEEXT) $(SCPOBJS)
22
23
24 # multi-binary compilation.
25 @@ -219,7 +219,7 @@ ifeq ($(MULTI),1)
26 endif
27
28 dropbearmulti$(EXEEXT): $(HEADERS) $(MULTIOBJS) $(LIBTOM_DEPS) Makefile
29 - $(CC) $(LDFLAGS) -o $@ $(MULTIOBJS) $(LIBTOM_LIBS) $(LIBS) @CRYPTLIB@
30 + +$(CC) $(LDFLAGS) -o $@ $(MULTIOBJS) $(LIBTOM_LIBS) $(LIBS) @CRYPTLIB@
31
32 multibinary: dropbearmulti$(EXEEXT)
33