gnu: sqlite: Add "CFLAGS=-O2 -DSQLITE_SECURE_DELETE" to configure-flags.
* gnu/packages/databases.scm (sqlite)[arguments]: Add "CFLAGS=-O2 -DSQLITE_SECURE_DELETE" to configure-flags.master
parent
f307947ecc
commit
8f1d22b718
|
@ -235,8 +235,10 @@ types are supported, as is encryption.")
|
||||||
(base32
|
(base32
|
||||||
"1v2rhgsx27in6dcvxk0pkxc0zrbl38biimjg6c1zxz85jh9hydw6"))))
|
"1v2rhgsx27in6dcvxk0pkxc0zrbl38biimjg6c1zxz85jh9hydw6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs `(("readline" ,readline)))
|
||||||
`(("readline" ,readline)))
|
;; Add -DSQLITE_SECURE_DELETE. GNU Icecat will refuse to use the system
|
||||||
|
;; SQLite unless this option is enabled.
|
||||||
|
(arguments `(#:configure-flags '("CFLAGS=-O2 -DSQLITE_SECURE_DELETE")))
|
||||||
(home-page "http://www.sqlite.org/")
|
(home-page "http://www.sqlite.org/")
|
||||||
(synopsis "The SQLite database management system")
|
(synopsis "The SQLite database management system")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue