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
1 svgtiny: create BUILDDIR before $(BUILDDIR)/src_colors.c
2
3 Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
4 ---
5 --- libsvgtiny-12121/src/Makefile.orig  2014-06-17 15:30:21.765311434 +0400
6 +++ libsvgtiny-12121/src/Makefile       2014-06-17 15:29:56.569909931 +0400
7 @@ -3,7 +3,7 @@
8  
9  SOURCES := $(SOURCES) $(BUILDDIR)/src_colors.c
10  
11 -$(BUILDDIR)/src_colors.c: src/colors.gperf
12 +$(BUILDDIR)/src_colors.c: src/colors.gperf $(BUILDDIR)/stamp
13         $(VQ)$(ECHO) "   GPERF: $<"
14         $(Q)gperf --output-file=$@.tmp $<
15  # Hack for GCC 4.2 compatibility (gperf 3.0.4 solves this properly)