Parent Directory
|
Revision Log
Trick logrotate compilation to build against local popt library
| 1 | [buildout] |
| 2 | extends = |
| 3 | popt.cfg |
| 4 | parts = logrotate |
| 5 | |
| 6 | [logrotate] |
| 7 | recipe = hexagonit.recipe.cmmi |
| 8 | url = https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.7.9.tar.gz |
| 9 | md5sum = eeba9dbca62a9210236f4b83195e4ea5 |
| 10 | configure-command = true |
| 11 | make-options = PREFIX=${buildout:parts-directory}/${:_buildout_section_name_} |
| 12 | environment = |
| 13 | POPT_DIR=${popt:location}/include -L${popt:location}/lib -Wl,-rpath -Wl,${popt:location}/lib |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |