1. 17 May, 2024 23 commits
  2. 16 May, 2024 6 commits
  3. 15 May, 2024 3 commits
  4. 13 May, 2024 4 commits
  5. 10 May, 2024 3 commits
  6. 09 May, 2024 1 commit
    • Julien Muchembled's avatar
      sqlite3: fix readline · a6d83fa2
      Julien Muchembled authored
      --enable-readline is broken:
        - it searches for readline.h instead of readline/readline.h
        - it does not abort when it fails to find headers
      Use --with-readline-inc so that it sets HAVE_READLINE.
      
      Also use the dedicated configure option to enable update limit.
      And sqlite3 does not depend directly on ncurses.
      a6d83fa2