clueboy / pymssql_issues

0 stars 0 forks source link

Fix build on OSX where rt isn't required #81

Closed clueboy closed 11 years ago

clueboy commented 11 years ago

From scott@macvicar.net on February 15, 2012 19:39:34

There is no librt on OSX, all of those are just built in.

Patch attached fixes setup.py to exclude rt for darwin.

Attachment: pymssql_setup_osx.diff

Original issue: http://code.google.com/p/pymssql/issues/detail?id=81

clueboy commented 11 years ago

From rsyring on March 08, 2012 06:44:22

Status: Accepted

clueboy commented 11 years ago

From dinkypumpkin on March 09, 2012 04:45:46

I've made some related setup.py change to: a) support Homebrew-ed and home-brewed FreeTDS builds; b) prevent attempted linking against Linux FreeTDS libs. Changes in my repo clone: http://code.google.com/r/dinkypumpkin-pymssql/source/browse/setup.py

clueboy commented 11 years ago

From msabramo on January 06, 2013 21:22:22

I fixed the same issue with http://code.google.com/p/pymssql/source/detail?r=2b255b1c035f77664d171fb5eb9d05bfd5a8f149# And http://code.google.com/p/pymssql/source/detail?r=88d15d12558625a4d7b8e2d518e24f53c20223c9 is another recent change to make OS X builds work.

Give hg tip a try again and let us know the results...

Status: Fixed
Owner: msabramo
Labels: OpSys-OSX