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 / zic / 0001-fix-dependencies.patch
1 From 4a2a55a640dd9316dac5f31832064f28f59ab0ae Mon Sep 17 00:00:00 2001
2 From: Richard Braun <rbraun@sceen.net>
3 Date: Fri, 4 Jan 2013 10:57:24 +0100
4 Subject: [PATCH] zic: fix dependencies
5
6 The yearistype script is provided by the tzdata package, and is required
7 at runtime only.
8 ---
9  Makefile |    2 +-
10  1 files changed, 1 insertions(+), 1 deletions(-)
11
12 diff --git a/Makefile b/Makefile
13 index d76a81e..30df7dc 100644
14 --- a/Makefile
15 +++ b/Makefile
16 @@ -349,7 +349,7 @@ version.h:
17  zdump:         $(TZDOBJS)
18                 $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(TZDOBJS) $(LDLIBS)
19  
20 -zic:           $(TZCOBJS) yearistype
21 +zic:           $(TZCOBJS)
22                 $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(TZCOBJS) $(LDLIBS)
23  
24  yearistype:    yearistype.sh
25 -- 
26 1.7.2.5
27