1. 27 Jul, 2015 1 commit
  2. 30 May, 2015 1 commit
    • w359405949's avatar
      Update Makefile · 485d0a14
      w359405949 authored
      fix link error while run "make hiredis-example-libuv":
      
      undefined reference to `clock_gettime'
      undefined reference to `clock_getres'
      485d0a14
  3. 03 May, 2015 2 commits
  4. 16 Apr, 2015 1 commit
  5. 28 Mar, 2015 1 commit
    • David Watson's avatar
      Add PKGCONFNAME to install dependencies. · dc13bc86
      David Watson authored
      Attempting to use the install target before the make target works fine,
      except for the missing pkgconfig file.  Adding that file to the
      dependencies for the install target to make sure it gets created first.
      dc13bc86
  6. 19 Mar, 2015 1 commit
  7. 18 Mar, 2015 1 commit
  8. 03 Mar, 2015 1 commit
    • Dominique Leuenberger's avatar
      Fix pkgconf file: escaping needed · 37c06fac
      Dominique Leuenberger authored
      Due to the various processors going over the command, we need more
      escaping.
      
      1) Make parses it, so $${libdir} becomes ${libdir}
      2) 'shell' parses it for the 'echo command', whereas echo ${libdir}
      would be an empty string; escape it as \${libdir} to ensure we get what
      we want.
      
      Closes #312
      37c06fac
  9. 12 Feb, 2015 1 commit
  10. 26 Jan, 2015 3 commits
  11. 22 Jan, 2015 1 commit
  12. 05 Jan, 2015 5 commits
  13. 10 Apr, 2014 1 commit
  14. 09 Apr, 2014 1 commit
    • Eddy Jansson's avatar
      Fix Makefile test to use more compatible syntax · 05fb7be3
      Eddy Jansson authored
      The existing way is not compatible with a lot of shells, including most
      bash installations, because the echos that generates the configuration
      sent to redis-server doesn't expand the escapes. Adding '-e' to the
      echo works under bash, but breaks on the Travis CI server.
      
      This is my attempt to find an alternative that works everywhere.
      [committer note: it doesn't work under Solaris make, but the Makefile
      was already broken under Solaris make.  Solaris users must use gmake.]
      
      Closes #224 and Closes #221
      05fb7be3
  15. 11 Jul, 2013 3 commits
  16. 02 Jul, 2013 1 commit
  17. 04 Jun, 2013 1 commit
  18. 21 Aug, 2012 1 commit
    • antirez's avatar
      Add ARCH to Makefile CFLAGS / LDFLAGS. · 7f346477
      antirez authored
      This makes builiding with an optional 32 bit target simpler. For
      instance Redis (that contains an embedded copy of hiredis) when compiled
      with "make 32bit" uses to pass an ARCH parameter to force an hiredis
      32 bit build.
      7f346477
  19. 19 Jun, 2011 7 commits
  20. 18 Jun, 2011 6 commits