Skip to content
Snippets Groups Projects
  1. Feb 19, 2014
  2. Feb 14, 2014
  3. Jan 21, 2014
  4. Jan 18, 2014
  5. Dec 20, 2013
  6. Dec 14, 2013
  7. Nov 15, 2013
  8. Nov 12, 2013
  9. Nov 04, 2013
  10. Oct 17, 2013
  11. Sep 01, 2013
  12. Aug 28, 2013
  13. Aug 27, 2013
  14. Aug 25, 2013
  15. 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
  16. Jul 17, 2013
  17. Jul 16, 2013
  18. Jun 26, 2013
  19. Jun 05, 2013
  20. May 23, 2013
Loading