dropbear: bump to 2019.77
[openwrt/.git] / package / network / services / dropbear / patches / 160-lto-jobserver.patch
1 --- a/Makefile.in
2 +++ b/Makefile.in
3 @@ -189,17 +189,17 @@ dropbearkey: $(dropbearkeyobjs)
4  dropbearconvert: $(dropbearconvertobjs)
5  
6  dropbear: $(HEADERS) $(LIBTOM_DEPS) Makefile
7 -       $(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS) @CRYPTLIB@
8 +       +$(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBTOM_LIBS) $(LIBS) @CRYPTLIB@
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 @@ -210,7 +210,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