[96000] trunk/dports/python/py25-libmemcached/files/patch-setup.py.diff
Revision: 96000 https://trac.macports.org/changeset/96000 Author: ryandesign@macports.org Date: 2012-07-27 18:13:13 -0700 (Fri, 27 Jul 2012) Log Message: ----------- py25-libmemcached: fix "ld: unknown option: --no-undefined" build failure Modified Paths: -------------- trunk/dports/python/py25-libmemcached/files/patch-setup.py.diff Modified: trunk/dports/python/py25-libmemcached/files/patch-setup.py.diff =================================================================== --- trunk/dports/python/py25-libmemcached/files/patch-setup.py.diff 2012-07-28 00:10:28 UTC (rev 95999) +++ trunk/dports/python/py25-libmemcached/files/patch-setup.py.diff 2012-07-28 01:13:13 UTC (rev 96000) @@ -1,11 +1,11 @@ ---- setup.py.orig 2008-09-21 00:30:25.000000000 +0900 -+++ setup.py 2008-09-21 00:31:32.000000000 +0900 +--- setup.py.orig 2008-03-31 02:21:38.000000000 -0500 ++++ setup.py 2012-07-27 20:11:41.000000000 -0500 @@ -12,7 +12,7 @@ # This assumes that libmemcache is installed with base /usr/local ext_modules=[Extension('cmemcached', ['cmemcached.pyx'], libraries=['memcached'], - extra_link_args=['--no-undefined', '-Wl,-rpath=/usr/local/lib'], -+ extra_link_args=['--no-undefined'], ++ extra_link_args=['-no-undefined'], include_dirs = ["/usr/local/include", "/usr/local/include/libmemcached/"], library_dirs = ["/usr/local/lib"], )]
participants (1)
-
ryandesign@macports.org