All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 8621] New: sqlite package, properly enable readline
@ 2016-01-21  0:52 bugzilla at busybox.net
  2016-01-22  4:51 ` [Buildroot] [Bug 8621] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-01-21  0:52 UTC (permalink / raw)
  To: buildroot

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 8621] sqlite package, properly enable readline
  2016-01-21  0:52 [Buildroot] [Bug 8621] New: sqlite package, properly enable readline bugzilla at busybox.net
@ 2016-01-22  4:51 ` bugzilla at busybox.net
  2016-01-23 10:26 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-01-22  4:51 UTC (permalink / raw)
  To: buildroot

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

--- Comment #1 from Lonnie Abelbeck <lonnie@abelbeck.com> ---
Additionally, while you are checking out this readline fix, recently sqlite
changed it's default behavior wrt the sqlite CLI tool, previously it was
dynamically linked with libsqlite3.so.0 by default, now it is statically linked
by default.

The old behavior can be signaled with: --disable-static-shell

Either add the configure option by default or possibly:

  ifeq ($(BR2_STATIC_LIBS),y)
  SQLITE_CONF_OPTS += --enable-dynamic-extensions=no
+ else
+ SQLITE_CONF_OPTS += --disable-static-shell
  endif

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 8621] sqlite package, properly enable readline
  2016-01-21  0:52 [Buildroot] [Bug 8621] New: sqlite package, properly enable readline bugzilla at busybox.net
  2016-01-22  4:51 ` [Buildroot] [Bug 8621] " bugzilla at busybox.net
@ 2016-01-23 10:26 ` bugzilla at busybox.net
  2016-01-23 13:58 ` bugzilla at busybox.net
  2016-01-23 17:58 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-01-23 10:26 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from Bernd Kuhls <bernd.kuhls@t-online.de> ---
Please test
http://patchwork.ozlabs.org/patch/572078/
http://patchwork.ozlabs.org/patch/572080/

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 8621] sqlite package, properly enable readline
  2016-01-21  0:52 [Buildroot] [Bug 8621] New: sqlite package, properly enable readline bugzilla at busybox.net
  2016-01-22  4:51 ` [Buildroot] [Bug 8621] " bugzilla at busybox.net
  2016-01-23 10:26 ` bugzilla at busybox.net
@ 2016-01-23 13:58 ` bugzilla at busybox.net
  2016-01-23 17:58 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-01-23 13:58 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from Lonnie Abelbeck <lonnie@abelbeck.com> ---
Works in my testing.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [Bug 8621] sqlite package, properly enable readline
  2016-01-21  0:52 [Buildroot] [Bug 8621] New: sqlite package, properly enable readline bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2016-01-23 13:58 ` bugzilla at busybox.net
@ 2016-01-23 17:58 ` bugzilla at busybox.net
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-01-23 17:58 UTC (permalink / raw)
  To: buildroot

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

Lonnie Abelbeck <lonnie@abelbeck.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-23 17:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-21  0:52 [Buildroot] [Bug 8621] New: sqlite package, properly enable readline bugzilla at busybox.net
2016-01-22  4:51 ` [Buildroot] [Bug 8621] " bugzilla at busybox.net
2016-01-23 10:26 ` bugzilla at busybox.net
2016-01-23 13:58 ` bugzilla at busybox.net
2016-01-23 17:58 ` bugzilla at busybox.net

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.