From: Michael R Sweet Date: Tue, 17 Jul 2018 21:48:00 +0000 (-0400) Subject: Fix dependencies. X-Git-Tag: v2.3b6~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f1c647d735e068e66cdaef2b302c28ce7e50014;p=thirdparty%2Fcups.git Fix dependencies. --- diff --git a/cups/Makefile b/cups/Makefile index ecb008f246..72b646a629 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -454,12 +454,13 @@ libcupsimage.a: $(IMAGEOBJS) # -# rasterbench +# rasterbench (dependency on static CUPS library is intentional) # -rasterbench: rasterbench.o libcupsimage.a +rasterbench: rasterbench.o libcups.a $(LIBCUPSSTATIC) echo Linking $@... - $(LD_CC) $(LDFLAGS) -o $@ rasterbench.o libcupsimage.a $(LIBS) + $(LD_CC) $(LDFLAGS) -o $@ rasterbench.o libcupsimage.a $(LIBCUPSSTATIC) \ + $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) $(COMMONLIBS) $(LIBZ) # @@ -664,7 +665,7 @@ testpwg: testpwg.o $(LIBCUPSSTATIC) test.ppd # -# testraster +# testraster (dependency on static CUPS library is intentional) # testraster: testraster.o $(LIBCUPSSTATIC) libcupsimage.a