2
1

libdnet-002-python-makefile.patch 333 B

12345678910
  1. --- a/python/Makefile.am 2006-01-15 18:08:23.000000000 +1100
  2. +++ b/python/Makefile.am 2008-09-04 15:25:52.000000000 +1000
  3. @@ -11,6 +11,7 @@
  4. pyrexc $(srcdir)/dnet.pyx
  5. python-build: $(srcdir)/dnet.c
  6. + CC="$(CC)" LDSHARED="$(CC) -shared" $(PYTHON) setup.py build_ext -I$(PYINCDIR)
  7. $(PYTHON) setup.py build
  8. touch python-build