Skip to content
Snippets Groups Projects
  1. Nov 22, 2024
  2. Oct 02, 2024
  3. Sep 10, 2024
  4. Aug 07, 2024
  5. Apr 29, 2024
  6. Aug 21, 2023
  7. Jan 23, 2023
  8. Oct 25, 2022
  9. Aug 21, 2022
  10. May 02, 2022
  11. Mar 26, 2022
    • Daurnimator's avatar
      Be explicit with zig and targets · bd95b1e6
      Daurnimator authored
        - The hardening patch was unused with the moved to invoking `zig build-exe`
        - Need to specify kernel version or it defaults to 3.16.
          I selected 5.10 as it is one linux-lts release behind
        - Should specify gnu ABI to prevent incorrect auto-detection in some environments
        - Need to specify glibc version or it defaults to 2.19
        - When using non-native target and skipping build.zig, need to specify lib/include search dirs
      bd95b1e6
    • Andreas Schleifer's avatar
  12. Mar 24, 2022
  13. Mar 08, 2022
  14. Mar 06, 2022
  15. Nov 09, 2021
  16. Jul 02, 2021
  17. Aug 30, 2020
  18. Jun 10, 2020
  19. May 30, 2020
  20. Feb 11, 2020
  21. Aug 06, 2019
  22. Feb 05, 2019
  23. Jan 30, 2018
  24. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · f82a42cb
      Evangelos Foutras authored
      FTR, commands used to change arch=() and then verify the changes:
      
      $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD*
      
      $ grep -r i686 * | grep arch= | grep -v repos
      
      $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- |
        while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do
          echo "$l1 -> $l2"
        done | sort -u
      f82a42cb
  25. Mar 02, 2017
  26. Nov 01, 2016
  27. Aug 26, 2016
  28. Mar 23, 2016
  29. Sep 06, 2015
  30. Apr 11, 2015
  31. May 10, 2013
  32. Sep 27, 2012
  33. Nov 24, 2011
  34. Aug 29, 2010
  35. Oct 27, 2009
  36. Oct 06, 2009
Loading