From add5629d4af26933bb8f1a22da395f0b3d8cf87d Mon Sep 17 00:00:00 2001 From: Hamish Moffatt Date: Thu, 4 Sep 2008 05:50:31 +0000 Subject: New package for dnet, a wrapper library for getting access to kernel network information and an optional Python module for the same. --- package/libdnet/libdnet-002-python-makefile.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/libdnet/libdnet-002-python-makefile.patch (limited to 'package/libdnet/libdnet-002-python-makefile.patch') diff --git a/package/libdnet/libdnet-002-python-makefile.patch b/package/libdnet/libdnet-002-python-makefile.patch new file mode 100644 index 000000000..4c8729ddc --- /dev/null +++ b/package/libdnet/libdnet-002-python-makefile.patch @@ -0,0 +1,10 @@ +--- a/python/Makefile.am 2006-01-15 18:08:23.000000000 +1100 ++++ b/python/Makefile.am 2008-09-04 15:25:52.000000000 +1000 +@@ -11,6 +11,7 @@ + pyrexc $(srcdir)/dnet.pyx + + python-build: $(srcdir)/dnet.c ++ CC="$(CC)" LDSHARED="$(CC) -shared" $(PYTHON) setup.py build_ext -I$(PYINCDIR) + $(PYTHON) setup.py build + touch python-build + -- cgit v1.2.3