libftdi Archives

Subject: [PATCH] Allow LINK_PYTHON_LIBRARY=OFF on Darwin

From: tdsmith <tim@xxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Tue, 16 Aug 2016 20:48:58 -0700
It's better [1] not to link libpython directly when building extension modules on OS X. This patch tells the linker not to complain about undefined symbols when building the libftdi extension module with LINK_PYTHON_LIBRARY=OFF.

I also think LINK_PYTHON_LIBRARY=OFF would be a good default for OS X.

There's a related PR to Homebrew, the OS X package manager. [2]


Thanks,

--
Tim Smith
Freenode: tdsmith, #machomebrew
https://tds.xyz, https://github.com/tdsmith


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


Attachment: 0001-Allow-LINK_PYTHON_LIBRARY-OFF-on-Darwin.patch
Description: Binary data

Current Thread