1. 18 Feb, 2013 3 commits
  2. 17 Feb, 2013 1 commit
  3. 16 Feb, 2013 1 commit
  4. 14 Feb, 2013 6 commits
  5. 12 Feb, 2013 2 commits
  6. 09 Feb, 2013 1 commit
  7. 07 Feb, 2013 2 commits
  8. 06 Feb, 2013 8 commits
  9. 05 Feb, 2013 1 commit
  10. 04 Feb, 2013 3 commits
  11. 02 Feb, 2013 6 commits
  12. 31 Jan, 2013 5 commits
  13. 30 Jan, 2013 1 commit
    • Jim Jagielski's avatar
      Merge r1428184, r1429228 from trunk: · 80c7181f
      Jim Jagielski authored
      Improve pkg-config usage for mod_ssl/ab:
      
      also use pkg-config for determining the -l flags (and fall back
      to a hardcoded default of "-lssl -lcrypto")
      
      add --static to pkg-config invocations, so that libraries for
      static linking are also taken into account (PR 54252 - note that
      the additional flags will only appear in modules/ssl/modules.mk
      and ab_LDFLAGS, so potential side effects are limited)
      
      separate --libs-only-L and --libs-only-other into two invocations
      (can't be used concurrently, only the first takes effect)
      
      use --silence-errors where applicable
      
      
      mod_ssl/ab: only use "--static" for pkg-config when explicity requested
      (by adding an "--enable-ssl-staticlib-deps" option to configure)
      
      Submitted by: kbrand
      Reviewed/backported by: jim
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1440507 13f79535-47bb-0310-9956-ffa450edef68
      80c7181f