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