summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/cups')
-rw-r--r--meta/recipes-extended/cups/cups/0001-don-t-try-to-run-generated-binaries.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-extended/cups/cups/0001-don-t-try-to-run-generated-binaries.patch b/meta/recipes-extended/cups/cups/0001-don-t-try-to-run-generated-binaries.patch
index 5379eb6aa2..db013cf08c 100644
--- a/meta/recipes-extended/cups/cups/0001-don-t-try-to-run-generated-binaries.patch
+++ b/meta/recipes-extended/cups/cups/0001-don-t-try-to-run-generated-binaries.patch
@@ -10,12 +10,12 @@ Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
10 ppdc/Makefile | 30 +++++++++++++++--------------- 10 ppdc/Makefile | 30 +++++++++++++++---------------
11 1 files changed, 15 insertions(+), 15 deletions(-) 11 1 files changed, 15 insertions(+), 15 deletions(-)
12 12
13Index: cups-2.0.0/ppdc/Makefile 13Index: cups-2.2.6/ppdc/Makefile
14=================================================================== 14===================================================================
15--- cups-2.0.0.orig/ppdc/Makefile 15--- cups-2.2.6.orig/ppdc/Makefile
16+++ cups-2.0.0/ppdc/Makefile 16+++ cups-2.2.6/ppdc/Makefile
17@@ -242,8 +242,8 @@ genstrings: genstrings.o libcupsppdc.a 17@@ -228,8 +228,8 @@ genstrings: genstrings.o libcupsppdc.a
18 $(CXX) $(ARCHFLAGS) $(LDFLAGS) -o genstrings genstrings.o \ 18 $(LD_CXX) $(ARCHFLAGS) $(LDFLAGS) -o genstrings genstrings.o \
19 libcupsppdc.a ../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) \ 19 libcupsppdc.a ../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) \
20 $(DNSSDLIBS) $(COMMONLIBS) $(LIBZ) 20 $(DNSSDLIBS) $(COMMONLIBS) $(LIBZ)
21- echo Generating localization strings... 21- echo Generating localization strings...
@@ -25,8 +25,8 @@ Index: cups-2.0.0/ppdc/Makefile
25 25
26 26
27 # 27 #
28@@ -260,9 +260,9 @@ ppdc-static: ppdc.o libcupsppdc.a ../cu 28@@ -246,9 +246,9 @@ ppdc-static: ppdc.o libcupsppdc.a ../cu
29 $(CXX) $(ARCHFLAGS) $(LDFLAGS) -o ppdc-static ppdc.o libcupsppdc.a \ 29 $(LD_CXX) $(ARCHFLAGS) $(LDFLAGS) -o ppdc-static ppdc.o libcupsppdc.a \
30 ../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) \ 30 ../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) \
31 $(COMMONLIBS) $(LIBZ) 31 $(COMMONLIBS) $(LIBZ)
32- echo Testing PPD compiler... 32- echo Testing PPD compiler...
@@ -38,8 +38,8 @@ Index: cups-2.0.0/ppdc/Makefile
38 38
39 39
40 # 40 #
41@@ -288,17 +288,17 @@ ppdi-static: ppdc-static ppdi.o libcups 41@@ -274,17 +274,17 @@ ppdi-static: ppdc-static ppdi.o libcups
42 $(CXX) $(ARCHFLAGS) $(LDFLAGS) -o ppdi-static ppdi.o libcupsppdc.a \ 42 $(LD_CXX) $(ARCHFLAGS) $(LDFLAGS) -o ppdi-static ppdi.o libcupsppdc.a \
43 ../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) \ 43 ../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) \
44 $(COMMONLIBS) $(LIBZ) 44 $(COMMONLIBS) $(LIBZ)
45- echo Testing PPD importer... 45- echo Testing PPD importer...