Skip to content
Snippets Groups Projects
  1. Apr 02, 2014
  2. Mar 21, 2014
  3. Mar 03, 2014
  4. Feb 21, 2014
  5. Feb 20, 2014
  6. Feb 19, 2014
  7. Feb 17, 2014
  8. Feb 14, 2014
  9. Jan 21, 2014
  10. Jan 18, 2014
  11. Dec 20, 2013
  12. Dec 14, 2013
  13. Nov 15, 2013
  14. Nov 12, 2013
  15. Nov 04, 2013
  16. Oct 17, 2013
  17. Sep 01, 2013
  18. Aug 28, 2013
  19. Aug 27, 2013
  20. Aug 25, 2013
  21. Aug 15, 2013
    • Kenneth Reitz's avatar
      v28 · 952b0bb7
      Kenneth Reitz authored
      v28
      952b0bb7
    • Kenneth Reitz's avatar
      bugfix for bpwatch · 8b7edad8
      Kenneth Reitz authored
      v27
      8b7edad8
    • Kenneth Reitz's avatar
      update bpwatch.zip for request_id · 02787ac9
      Kenneth Reitz authored
      02787ac9
    • Alan Grosskurth's avatar
      Make vendored libraries available at compile time (fixes #57) · bcc3ba09
      Alan Grosskurth authored
      When building, BUILD_DIR is set to a temporary directory. Vendored
      libraries (e.g., pylibmc) are downloaded and unpacked in
      $BUILD_DIR/.heroku/vendor/lib, but this is not currently in
      LIBRARY_PATH or LD_LIBRARY_PATH.
      
      Fix this by doing the following:
      
      * Add $BUILD_DIR/.heroku/vendor/lib to LIBRARY_PATH/LD_LIBRARY_PATH
      
      * Add $BUILD_DIR/.heroku/vendor/include to
        C_INCLUDE_PATH/CPLUS_INCLUDE_PATH
      
      * Add $BUILD_DIR/.heroku/vendor/bin to PATH, so vendored commands can
        be used at compile time (e.g., curl-config)
      
      * Add $BUILD_DIR/.heroku/vendor/lib/pkg-config to PKG_CONFIG_PATH, so
        vendored packages can be found with pkg-config
      bcc3ba09
Loading