logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

resizecons.patch (1041B)


  1. SPDX-FileCopyrightText: 2022 fosslinux <fosslinux@aussies.space>
  2. SPDX-License-Identifier: GPL-2.0-or-later
  3. Don't build resizecons (will not build in chroot).
  4. --- kbd-1.15/src/Makefile.am 2022-02-26 14:11:22.577168053 +1100
  5. +++ kbd-1.15/src/Makefile.am 2022-02-26 14:11:34.641835790 +1100
  6. @@ -10,10 +10,6 @@
  7. PROGS += getkeycodes setkeycodes
  8. endif
  9. -if RESIZECONS_PROGS
  10. -PROGS += resizecons
  11. -endif
  12. -
  13. if OPTIONAL_PROGS
  14. PROGS += \
  15. screendump setlogcons setvesablank spawn_console spawn_login \
  16. --- kbd-1.15/configure.ac 2022-02-26 14:10:50.047367229 +1100
  17. +++ kbd-1.15/configure.ac 2022-02-26 14:11:15.310765839 +1100
  18. @@ -53,12 +53,6 @@
  19. esac
  20. AM_CONDITIONAL(KEYCODES_PROGS, test "$KEYCODES_PROGS" = "yes")
  21. -case $host_cpu in
  22. - i?86*) RESIZECONS_PROGS=yes ;;
  23. - *) RESIZECONS_PROGS=no ;;
  24. -esac
  25. -AM_CONDITIONAL(RESIZECONS_PROGS, test "$RESIZECONS_PROGS" = "yes")
  26. -
  27. AC_ARG_ENABLE(optional-progs,
  28. AS_HELP_STRING(--enable-optional-progs, [Build and install a optional programs]),
  29. [OPTIONAL_PROGS=$enableval],[OPTIONAL_PROGS=no])