Skip to content
Snippets Groups Projects
  1. Nov 14, 2024
  2. Mar 02, 2024
  3. Jun 18, 2023
  4. Aug 21, 2022
  5. Nov 09, 2021
  6. May 14, 2021
    • Eli Schwartz's avatar
      busybox: pass CONFIG_STATIC_LIBGCC · 5f2231db
      Eli Schwartz authored
      Dunno why it got added in the off state during the latest update. It's probably
      harmless given we build statically via musl anyway, but it defaults to on for a
      good reason so let's keep it like that in the conf.
      
      This used to be passed regardless (hardcoded in Makefile.flags), but the latest
      version added an option for the people who really really don't like it, so they
      don't have to use it. Omitting it here wasn't a conscious or principled choice...
      5f2231db
  7. May 04, 2021
  8. Mar 22, 2021
  9. Jan 19, 2021
  10. Jan 09, 2021
  11. Jan 03, 2021
  12. Nov 01, 2020
  13. Aug 05, 2020
  14. Feb 23, 2020
  15. Oct 27, 2019
  16. Sep 01, 2019
  17. Jul 18, 2019
  18. Apr 16, 2019
  19. Mar 01, 2019
  20. Jan 24, 2019
  21. Sep 11, 2018
  22. Aug 01, 2018
  23. Jul 30, 2018
  24. May 27, 2018
  25. May 22, 2018
  26. May 04, 2018
  27. Mar 28, 2018
  28. Feb 19, 2018
  29. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 3362af18
      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
      3362af18
  30. Aug 21, 2017
  31. Jul 19, 2017
  32. Jan 30, 2017
  33. Jan 11, 2017
  34. Jan 05, 2017
  35. Nov 11, 2016
  36. Oct 31, 2016
  37. Oct 10, 2016
  38. Aug 15, 2016
  39. Aug 04, 2016
  40. Mar 22, 2016
Loading