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.
This commit is contained in:
		
							parent
							
								
									f307947ecc
								
							
						
					
					
						commit
						8f1d22b718
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -235,8 +235,10 @@ types are supported, as is encryption.")
 | 
			
		|||
             (base32
 | 
			
		||||
              "1v2rhgsx27in6dcvxk0pkxc0zrbl38biimjg6c1zxz85jh9hydw6"))))
 | 
			
		||||
   (build-system gnu-build-system)
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("readline" ,readline)))
 | 
			
		||||
   (inputs `(("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/")
 | 
			
		||||
   (synopsis "The SQLite database management system")
 | 
			
		||||
   (description
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue