[Checkins] SVN: Sandbox/J1m/resumelb/buildout.cfg Added rpath for libevent. Needed for linux, no harm for mac.

Jim Fulton jim at zope.com
Mon Jan 16 17:23:01 UTC 2012


Log message for revision 124057:
  Added rpath for libevent. Needed for linux, no harm for mac.

Changed:
  U   Sandbox/J1m/resumelb/buildout.cfg

-=-
Modified: Sandbox/J1m/resumelb/buildout.cfg
===================================================================
--- Sandbox/J1m/resumelb/buildout.cfg	2012-01-16 16:31:05 UTC (rev 124056)
+++ Sandbox/J1m/resumelb/buildout.cfg	2012-01-16 17:23:00 UTC (rev 124057)
@@ -15,6 +15,7 @@
 recipe = zc.recipe.egg:custom
 include-dirs = ${libevent:location}/include
 library-dirs = ${libevent:location}/lib
+rpath = ${:library-dirs}
 
 [test]
 recipe = zc.recipe.testrunner



More information about the checkins mailing list