Skip to content
  1. Feb 18, 2013
  2. Feb 17, 2013
  3. Feb 16, 2013
  4. Feb 14, 2013
  5. Feb 12, 2013
  6. Feb 09, 2013
  7. Feb 07, 2013
  8. Feb 06, 2013
  9. Feb 05, 2013
  10. Feb 04, 2013
  11. Feb 02, 2013
  12. Jan 31, 2013
  13. Jan 30, 2013
    • 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