Skip to content
  1. May 01, 2017
  2. Apr 30, 2017
  3. Apr 29, 2017
  4. Apr 27, 2017
  5. Apr 26, 2017
  6. Apr 25, 2017
  7. Apr 24, 2017
    • Dan Fandrich's avatar
      Makefile: avoid use of GNU-specific form of $< · 80a87e8a
      Dan Fandrich authored
      $< is only allowed in implicit rules in some non-GNU makes (e.g. BSD,
      AIX) so avoid use elsewhere by referencing the dependent curl.1 file
      directly instead. This is somewhat tricky because the file is supplied
      in the packaged tar ball (but not in git) but must still be able to be
      rebuilt when its dependencies change. The right thing must happen in
      both tar ball and git source trees, as well as in both in-tree and
      out-of-tree builds.
      80a87e8a
    • Kamil Dudka's avatar
      nss: adapt to the new Curl_llist API · c8ac0b6a
      Kamil Dudka authored
      This commit fixes compilation failure caused by
      cbae73e1.
      c8ac0b6a