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 / vpnc / 0002-nomanual.patch
1 diff -urN vpnc-0.5.3-0rig/Makefile vpnc-0.5.3/Makefile
2 --- vpnc-0.5.3-0rig/Makefile    2008-11-19 21:36:12.000000000 +0100
3 +++ vpnc-0.5.3/Makefile 2009-01-15 00:38:36.000000000 +0100
4 @@ -72,7 +72,10 @@
5         $(CC) -o $@ $^ $(LDFLAGS)
6  
7  vpnc.8 : vpnc.8.template makeman.pl vpnc
8 -       ./makeman.pl
9 +       @echo "Cannot make manual when cross compiling"
10 +       touch $@
11 +
12 +#      ./makeman.pl
13  
14  vpnc-script : vpnc-script.in
15         sed -e 's,@''PREFIX''@,$(PREFIX),g' $< > $@ && chmod 755 $@