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 / hplip / 0001-fix-make.patch
1 From 6019d012246578ae1a191d3510284e7b894fb528 Mon Sep 17 00:00:00 2001
2 From: Olivier Schonken <olivier.schonken@gmail.com>
3 Date: Sat, 2 Mar 2013 18:01:03 +0200
4 Subject: [PATCH] Changed Makefile.am to allow cross-compilation of HPLIP
5
6 Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
7 ---
8  Makefile.am |   28 ++++++++++++++--------------
9  1 file changed, 14 insertions(+), 14 deletions(-)
10
11 diff --git a/Makefile.am b/Makefile.am
12 index 16ea902..b22f46a 100644
13 --- a/Makefile.am
14 +++ b/Makefile.am
15 @@ -72,7 +72,7 @@ libhpmud_la_SOURCES = io/hpmud/hpmud.c io/hpmud/mlc.c io/hpmud/model.c io/hpmud/
16           io/hpmud/hpmud.h io/hpmud/hpmudi.h io/hpmud/list.h io/hpmud/mlc.h io/hpmud/pml.h io/hpmud/dot4.c \
17           io/hpmud/dot4.h io/hpmud/jd.c io/hpmud/jd.h io/hpmud/pp.c io/hpmud/pp.h io/hpmud/musb.h io/hpmud/musb_libusb01.c
18  else
19 -libhpmud_la_CFLAGS = -I/usr/include/libusb-1.0 -DMUDNAME=\"$(MUDNAME)\" -DCONFDIR=\"$(hplip_confdir)\"
20 +libhpmud_la_CFLAGS = -I$(includedir)/libusb-1.0 -DMUDNAME=\"$(MUDNAME)\" -DCONFDIR=\"$(hplip_confdir)\"
21  libhpmud_la_SOURCES = io/hpmud/hpmud.c io/hpmud/mlc.c io/hpmud/model.c io/hpmud/pml.c \
22           io/hpmud/hpmud.h io/hpmud/hpmudi.h io/hpmud/list.h io/hpmud/mlc.h io/hpmud/pml.h io/hpmud/dot4.c \
23           io/hpmud/dot4.h io/hpmud/jd.c io/hpmud/jd.h io/hpmud/pp.c io/hpmud/pp.h io/hpmud/musb.h io/hpmud/musb.c
24 @@ -292,7 +292,7 @@ hpmudext_la_LIBADD = libhpmud.la
25  if LIBUSB01_BUILD
26  hpmudext_la_CFLAGS = -I$(PYTHONINCLUDEDIR)
27  else
28 -hpmudext_la_CFLAGS =-I/usr/include/libusb-1.0 -I$(PYTHONINCLUDEDIR)
29 +hpmudext_la_CFLAGS =-I$(includedir)/libusb-1.0 -I$(PYTHONINCLUDEDIR)
30  endif
31  
32  # ui (qt3)
33 -- 
34 1.7.10.4
35