Skip to content
Snippets Groups Projects
  1. Aug 11, 2017
  2. Aug 04, 2017
  3. Aug 03, 2017
  4. Jul 16, 2017
  5. Jul 07, 2017
  6. Jun 23, 2017
  7. Jun 21, 2017
  8. Jun 20, 2017
  9. Jun 19, 2017
  10. Jun 06, 2017
  11. Apr 26, 2017
  12. Apr 12, 2017
  13. Apr 11, 2017
  14. Mar 21, 2017
  15. Mar 10, 2017
  16. Mar 07, 2017
  17. 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
  18. Feb 21, 2017
  19. Feb 13, 2017
  20. Jan 09, 2017
  21. Jan 01, 2017
  22. Dec 27, 2016
  23. Dec 22, 2016
  24. Dec 20, 2016
  25. Dec 06, 2016
  26. Dec 01, 2016
  27. Nov 19, 2016
  28. Nov 08, 2016
  29. Nov 04, 2016
Loading