The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libsvgtiny / 0002-create-builddir.patch
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libsvgtiny/0002-create-builddir.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/libsvgtiny/0002-create-builddir.patch
new file mode 100644 (file)
index 0000000..a404d86
--- /dev/null
@@ -0,0 +1,15 @@
+svgtiny: create BUILDDIR before $(BUILDDIR)/src_colors.c
+
+Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
+---
+--- libsvgtiny-12121/src/Makefile.orig 2014-06-17 15:30:21.765311434 +0400
++++ libsvgtiny-12121/src/Makefile      2014-06-17 15:29:56.569909931 +0400
+@@ -3,7 +3,7 @@
+ SOURCES := $(SOURCES) $(BUILDDIR)/src_colors.c
+-$(BUILDDIR)/src_colors.c: src/colors.gperf
++$(BUILDDIR)/src_colors.c: src/colors.gperf $(BUILDDIR)/stamp
+       $(VQ)$(ECHO) "   GPERF: $<"
+       $(Q)gperf --output-file=$@.tmp $<
+ # Hack for GCC 4.2 compatibility (gperf 3.0.4 solves this properly)