libftdi-git Archives

Subject: port libftdi to libusb-1.0 branch, master, updated. v0.17-20-gfe1b45c

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Tue, 25 May 2010 14:25:18 +0200 (CEST)
The branch, master has been updated
       via  fe1b45c8350359002db72385389f3394efca5065 (commit)
      from  08febc5eb9ee23b4b1734ab025cbcc2916a7d040 (commit)


- Log -----------------------------------------------------------------
commit fe1b45c8350359002db72385389f3394efca5065
Author: Alexander Lehmann <lehmanna@xxxxxxxxx>
Date:   Tue May 25 14:25:07 2010 +0200

    Honor CPPFLAGS in python wrapper to improve build process on Mac OS X

-----------------------------------------------------------------------

Summary of changes:
 bindings/python/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am
index 2b47b6a..01de1fe 100644
--- a/bindings/python/Makefile.am
+++ b/bindings/python/Makefile.am
@@ -17,7 +17,7 @@ all-local:    ftdi_wrap.c ftdi.py
                $(PYTHON) setup.py build --compiler=mingw32 \
          ;; \
          *) \
-               $(PYTHON) setup.py build \
+               CPPFLAGS="$(CPPFLAGS)" $(PYTHON) setup.py build \
          ;; \
        esac;
 
@@ -36,7 +36,7 @@ install-exec-local:
                $(PYTHON) setup.py install --prefix="$$NATIVE_WINDOWS_PREFIX" \
          ;; \
          *) \
-               $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix) \
+               CPPFLAGS="$(CPPFLAGS)" $(PYTHON) setup.py install 
--prefix=$(DESTDIR)$(prefix) \
          ;; \
        esac;
 


hooks/post-receive
-- 
port libftdi to libusb-1.0

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • port libftdi to libusb-1.0 branch, master, updated. v0.17-20-gfe1b45c, libftdi-git <=