diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-25 23:43:10 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-25 23:43:10 +0000 |
commit | 65198a96ca2d7be80bb81582694190a1d6450679 (patch) | |
tree | a587955d8eccd43201c24a7ee0a1de8145766330 /packages/sqlite/sqlite3.inc | |
parent | f56d77657f2b1433f569d2d3ccad97906c144815 (diff) |
sqlite3: Added 3.3.17.
Diffstat (limited to 'packages/sqlite/sqlite3.inc')
-rw-r--r-- | packages/sqlite/sqlite3.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/sqlite/sqlite3.inc b/packages/sqlite/sqlite3.inc index 01290c2e41..68cc3e1c33 100644 --- a/packages/sqlite/sqlite3.inc +++ b/packages/sqlite/sqlite3.inc @@ -5,9 +5,8 @@ DEPENDS = "readline ncurses" LICENSE = "PD" SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \ - file://cross-compile.patch;patch=1 \ - file://libtool.patch;patch=1 \ - file://ldflags.patch;patch=1" + file://libtool.patch;patch=1" + S = "${WORKDIR}/sqlite-${PV}" inherit autotools pkgconfig |