22518202 sqlite-3 not built with SECURE_DELETE, breaks Firefox
authorJohn Beck <John.Beck@Oracle.COM>
Fri, 08 Jan 2016 08:25:03 -0800
changeset 5247 caadbfa6ec4c
parent 5244 c63fce595432
child 5248 6f0a9396a317
22518202 sqlite-3 not built with SECURE_DELETE, breaks Firefox
components/sqlite-3/Makefile
--- a/components/sqlite-3/Makefile	Thu Jan 07 13:16:41 2016 -0800
+++ b/components/sqlite-3/Makefile	Fri Jan 08 08:25:03 2016 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -79,6 +79,7 @@
 CFLAGS +=	-DSQLITE_MAX_DEFAULT_PAGE_SIZE=32768
 CFLAGS +=	-I.
 
+CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS +=	--enable-threadsafe
 CONFIGURE_OPTIONS +=	--enable-dynamic-extensions
 CONFIGURE_OPTIONS +=	--enable-shared