On 05/27/2014 06:35 AM, Paul Rogers wrote:
> Trying to upgrade to Firefox-15, then beyond one step at a time.
> Installed SQLite using instructions in BLFS - Version 2014-05-25 with
> that autoconf version. I was watching the console during compile, and
> saw the recommended defines. Firefox's configure keeps complaining that
> SQLite was built without SQLITE_SECURE_DELETE. I've looked at the
> configure code, and sqlite3.h, and as best I can tell (I'm not a C
> programmer) there's nothing in the header that proclaims it was built
> with secure delete. Nothing in .pc file either, though that's not what
> configure uses. I don't see anything in the last few months of the
> archive. Does anybody have a fix, please? TIA!!
>
./configure --prefix=/usr --disable-static \
CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 \
-DSQLITE_ENABLE_COLUMN_METADATA=1 \
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
-DSQLITE_SECURE_DELETE=1"
Note the CFLAGS. Last one enables what you are asking.
--
Note: My last name is not Krejzi.
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page