Skip to content
Snippets Groups Projects
  1. Feb 28, 2021
  2. Aug 18, 2020
  3. Jul 28, 2020
  4. Jan 28, 2020
  5. Nov 02, 2019
    • Sebastian Kemper's avatar
      vim/host: fix build failures · dc727a24
      Sebastian Kemper authored
      
      Indeterminably vim/host fails on the build bots:
      
      objects/fileio.o: In function `readfile':
      fileio.c:(.text+0x5b3f): undefined reference to `libiconv_close'
      fileio.c:(.text+0x61ad): undefined reference to `libiconv_close'
      fileio.c:(.text+0x62f6): undefined reference to `libiconv'
      fileio.c:(.text+0x6794): undefined reference to `libiconv_close'
      objects/fileio.o: In function `buf_write_bytes':
      fileio.c:(.text+0xa1fe): undefined reference to `libiconv'
      fileio.c:(.text+0xa54a): undefined reference to `libiconv'
      objects/fileio.o: In function `buf_write':
      fileio.c:(.text+0xaf48): undefined reference to `libiconv_close'
      objects/mbyte.o: In function `my_iconv_open.part.18':
      mbyte.c:(.text+0x2ced): undefined reference to `libiconv_open'
      mbyte.c:(.text+0x2d3a): undefined reference to `libiconv'
      mbyte.c:(.text+0x2d5f): undefined reference to `libiconv_close'
      objects/mbyte.o: In function `convert_setup_ext':
      mbyte.c:(.text+0x33bf): undefined reference to `libiconv_close'
      objects/mbyte.o: In function `string_convert_ext':
      mbyte.c:(.text+0x363c): undefined reference to `libiconv'
      collect2: error: ld returned 1 exit status
      link.sh: Linking failed
      Makefile:1949: recipe for target 'vim' failed
      
      This is addressed by pulling in libiconv/host. Also configure switches
      are added that keep external dependencies to a minimum, for instance
      avoiding to link to X11 or gettext.
      
      Signed-off-by: default avatarSebastian Kemper <sebastian_ml@gmx.net>
      dc727a24
  6. Jun 06, 2019
  7. Jun 02, 2019
  8. Apr 10, 2019
  9. Oct 10, 2018
  10. Aug 21, 2018
  11. Jul 02, 2018
  12. Dec 04, 2017
  13. Oct 17, 2017
  14. Aug 30, 2017
  15. Feb 02, 2017
  16. Jun 05, 2015
    • Florian Fieber's avatar
      vim: Fix editing crontabs with crontab -e · 9f4c0abc
      Florian Fieber authored
      
      Per default, vim creates a new file and keeps the original file as backup.
      This leads to crontab checking the backup file for changes instead of the
      one actually being edited, resulting in any changes being silently dropped.
      Since busybox's crontab saves temporary crontab files in "/etc/crontabs.*"
      vim's default of "backupskip=/tmp/*" doesn't circumvent this.
      
      This commit fixes this issue by appending "/etc/crontabs.*" to "backupskip".
      
      Signed-off-by: default avatarFlorian Fieber <florian@florianfieber.de>
      9f4c0abc
  17. Mar 12, 2015
  18. Mar 02, 2015
Loading