I would like some help thanks. To compile Firefox and SeaMonkey with system Sqlite, Sqlite has to be compiled with the options '-DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY', as explained here:
http://bkhome.org/blog/?viewDetailed=02287 http://www.linuxfromscratch.org/blfs/view/cvs/server/sqlite.html A little while ago I modified sqlite.conf, and I thought that I had done it ok: ------------------------------------------- # BK refer http://bkhome.org/blog/?viewDetailed=02287 # um, do i need both of these?... configprefix='CFLAGS="$CFLAGS -O2 -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY"' export CFLAGS="$CFLAGS -O2 -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY" atstage cross && var_append extraconfopt ' ' '--disable-tcl' # apparently not correctly wired up in the Makefile, thus requiring # the tcl based "amalgamation" build-style, ... pkginstalled tcl && var_append GCC_WRAPPER_APPEND ' ' '-DSQLITE_ENABLE_FTS3=1' ---------------------------------------------- However, SeaMonkey configure informed that they are not set, so cannot use system sqlite. So, I added this to sqlite.conf, trying it right now: ------------------------------------------ #BK try this also, seems above method not working... var_append GCC_WRAPPER_APPEND ' ' '-DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY' ------------------------------------------ My question is, is the last method correct? Or is there another correct way? What is wrong with the first two attempts? Rene, could you please put these options permanently into T2 sqlite.conf? Regards, Barry Kauler ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
