[Buildroot] [Bug 8621] New: sqlite package, properly enable readline

bugzilla at busybox.net bugzilla at busybox.net
Thu Jan 21 00:52:35 UTC 2016


https://bugs.busybox.net/show_bug.cgi?id=8621

            Bug ID: 8621
           Summary: sqlite package, properly enable readline
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: lonnie at abelbeck.com
                CC: buildroot at uclibc.org

Properly enable readline, as below:


  ifeq ($(BR2_PACKAGE_SQLITE_READLINE),y)
  SQLITE_DEPENDENCIES += ncurses readline
- SQLITE_CONF_OPTS += --with-readline-inc="-I$(STAGING_DIR)/usr/include"
+ SQLITE_CONF_OPTS += --enable-readline
  else
  SQLITE_CONF_OPTS += --disable-readline
  endif

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the buildroot mailing list