From f9b9771452d9d91fea2344aae2efa511294b8423 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 30 Mar 2012 21:37:55 -0400 Subject: build tweaks needed for SQLCipher's crypto extension --- debian/control | 2 +- debian/rules | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 41098f8..1bfba0e 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sqlite3 Section: devel Priority: optional Maintainer: Laszlo Boszormenyi (GCS) -Build-Depends: dpkg-dev (>= 1.16.0~), debhelper (>= 8.1.2~), hardening-wrapper, autoconf (>= 2.59), libtool (>= 1.5.2), automake, autotools-dev, chrpath, libreadline-dev, tcl8.5-dev +Build-Depends: dpkg-dev (>= 1.16.0~), debhelper (>= 8.1.2~), hardening-wrapper, autoconf (>= 2.59), libtool (>= 1.5.2), automake, autotools-dev, chrpath, libreadline-dev, tcl8.5-dev, libssl-dev Build-Conflicts: tcl8.4, tcl8.4-dev Homepage: http://www.sqlite.org/ Standards-Version: 3.9.3 diff --git a/debian/rules b/debian/rules index 67c01e5..359cdcf 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,10 @@ export CFLAGS += -O2 -fno-strict-aliasing \ -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SOUNDEX=1 \ -DSQLITE_ENABLE_UNLOCK_NOTIFY \ -DSQLITE_OMIT_LOOKASIDE=1 \ - -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 + -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 \ + -DSQLITE_HAS_CODEC + +export LDFLAGS += -lcrypto /usr/share/dpkg/buildflags.mk: -- cgit v1.2.3