Skip to content
Snippets Groups Projects
  1. Aug 19, 2020
  2. Aug 18, 2020
  3. Aug 16, 2020
  4. Aug 15, 2020
  5. Jul 22, 2020
  6. Jul 17, 2020
  7. Jul 14, 2020
  8. Jul 03, 2020
  9. Jul 02, 2020
  10. Jul 01, 2020
  11. Jun 27, 2020
    • David Holroyd's avatar
      Avoid redefining htobe64/be64toh under musl · 5124bd3a
      David Holroyd authored
      Defining htobe64/be64toh if below a minimum glibc version does not work
      under musl libc where __GLIBC__ etc are not defined.
      
      Rather than providing another logic branch for the musl case, just test
      directly to see if the definitions are present.
      5124bd3a
    • David Holroyd's avatar
      defined(__linux) may not imply linux/if_alg.h · 8bf0f5f3
      David Holroyd authored
      When I try to compile against musl libc on Ubuntu 20.04, linux/if_alg.h
      is not available.
      
      This change simply uses the fallback code if the header isn't found at
      configure-time.
      
      I'm not sure if there's some missing package that would provide this.  I
      searched but did not spot a candidate.
      8bf0f5f3
  12. Jun 26, 2020
  13. Jun 24, 2020
  14. Jun 23, 2020
  15. Jun 10, 2020
  16. Jun 09, 2020
  17. Jun 08, 2020
Loading