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 / libdnet / 0002-python-makefile.patch
1 ---
2  python/Makefile.am |    1 +
3  1 file changed, 1 insertion(+)
4
5 Index: libdnet-1.11/python/Makefile.am
6 ===================================================================
7 --- libdnet-1.11.orig/python/Makefile.am
8 +++ libdnet-1.11/python/Makefile.am
9 @@ -11,6 +11,7 @@
10         pyrexc $(srcdir)/dnet.pyx
11  
12  python-build: $(srcdir)/dnet.c
13 +       CC="$(CC)" LDSHARED="$(CC) -shared" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" $(PYTHON) setup.py build_ext -I$(PYINCDIR) -L$(PYLIBDIR)
14         $(PYTHON) setup.py build
15         touch python-build
16