Skip to content
Snippets Groups Projects
  1. Jun 27, 2024
  2. Oct 31, 2023
  3. May 17, 2023
  4. May 13, 2023
  5. Jan 21, 2023
  6. Oct 18, 2020
  7. Mar 08, 2019
  8. Mar 06, 2019
  9. Dec 05, 2018
  10. Nov 05, 2018
  11. Nov 04, 2018
    • Luca Abeni's avatar
      Try to solve the CROSS/MCROSS/ARCH mess · b45a59e9
      Luca Abeni authored
      Now, it should be sufficient to set "PREFIX"
      b45a59e9
    • Luca Abeni's avatar
      Fix 63a78a65 · 090014f3
      Luca Abeni authored
      When the "$ARCH" environment variable is not set, we ended up with
      "make ARCH=", setting a non-existent arch...
      
      Fix the issue by exporting the environment variable instead...
      090014f3
  12. Nov 02, 2018
  13. Nov 01, 2018
  14. Oct 31, 2018
  15. Oct 30, 2018
  16. Aug 24, 2018
    • Luca Abeni's avatar
      Fix sudo · 193dcfa9
      Luca Abeni authored
      sudo was broken by commit f5fd2e2d
      which caused only libnss_files-2.*.so to be installed, while sudo
      searches for libnss_files.so.2
      193dcfa9
  17. Aug 01, 2018
  18. Jul 31, 2018
    • Luca Abeni's avatar
      Support empty /lib64 · 1bcff3a4
      Luca Abeni authored
      In some architectures (mainly 32bit ones), the directory can be empty,
      so nothing has to be copied
      1bcff3a4
    • Luca Abeni's avatar
      Fix fetch libs · f5fd2e2d
      Luca Abeni authored
      In some cases, the same library can be present more times in /lib
      (one of the two files can be a symbolic name to the other one).
      So, only fetch one of the files.
      f5fd2e2d
  19. Dec 21, 2017