Skip to content
Snippets Groups Projects
  1. Jul 16, 2018
  2. Jun 03, 2018
  3. May 31, 2018
  4. May 04, 2018
  5. Apr 27, 2018
  6. Apr 13, 2018
  7. Apr 01, 2018
  8. Jan 17, 2018
  9. Jan 06, 2018
  10. Dec 24, 2017
  11. Dec 21, 2017
  12. Dec 08, 2017
  13. Nov 28, 2017
  14. Nov 08, 2017
  15. Nov 07, 2017
  16. Oct 19, 2017
  17. Oct 06, 2017
  18. Sep 22, 2017
  19. Aug 25, 2017
  20. Aug 11, 2017
  21. Aug 05, 2017
  22. Aug 04, 2017
  23. Aug 03, 2017
  24. Jul 16, 2017
  25. Jun 20, 2017
  26. Jun 19, 2017
  27. Jun 06, 2017
  28. May 23, 2017
  29. Apr 26, 2017
  30. Mar 10, 2017
  31. Mar 07, 2017
  32. Mar 06, 2017
    • Jakub Jirůtka's avatar
      fix LD_LIBRARY_PATH in makefiles to not use semicolon · c8f132e7
      Jakub Jirůtka authored
      The current makefiles generate invalid LD_LIBRARY_PATHs like:
      
          LD_LIBRARY_PATH="../alib2std/lib-release;../alib2common/lib-release;lib-release" test-bin-release/alib2test
      
      Standard directory separator on Unix/Linux systems is a colon. I found
      that semicolon may be used to separate two lists of directories - the
      first one is searched before the list(s) supplied on the command line,
      the second one is searched after. But that's apparently not the case
      here.
      
      It seems that glibc doesn't care about it, because it somehow works on
      Jenkins that runs on Gentoo. However, more correct libc libraries, like
      musl libc, do care about it and don't accept such LD_LIBRARY_PATH.
      c8f132e7
  33. Feb 21, 2017
  34. Dec 10, 2016
  35. Dec 07, 2016
  36. Dec 06, 2016
  37. Nov 26, 2016
Loading