From afb8d5c837c33cc4516d5cf89d0113a186d794e5 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Sat, 14 Jun 2008 06:49:15 +0000 Subject: Fixed readline dependency for sqlite3. git-svn-id: http://svn.telesphoreo.org/trunk@305 514c082c-b64e-11dc-b46d-3d985efe055d --- data/sqlite3/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/sqlite3/make.sh') diff --git a/data/sqlite3/make.sh b/data/sqlite3/make.sh index b7cdf9a71..c3179fbb1 100644 --- a/data/sqlite3/make.sh +++ b/data/sqlite3/make.sh @@ -1,5 +1,5 @@ pkg:setup autoconf -pkg:configure --with-readline-inc="$(PKG_DEST_ readline)"/usr/include/readline +pkg:configure --with-readline-inc=-I"$(PKG_DEST_ readline)"/usr/include/readline --with-readline-lib=-lreadline make pkg:install -- cgit v1.2.3