0106de31f2
DBD::SQLite is the Perl5 Database Interface driver for the SQLite database.
13 lines
585 B
Plaintext
13 lines
585 B
Plaintext
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2004/04/08 21:02:33 wilfried Exp $
|
|
--- Makefile.PL.orig 2004-01-06 09:07:49.000000000 +0100
|
|
+++ Makefile.PL 2004-04-08 22:30:09.000000000 +0200
|
|
@@ -13,7 +13,7 @@ WriteMakefile(
|
|
'PREREQ_PM' => {DBI => 1.21}, # e.g., Module::Name => 1.1
|
|
'OBJECT' => '$(O_FILES)',
|
|
'INC' => '-I$(DBI_INSTARCH_DIR)',
|
|
- 'OPTIMIZE' => "-O6 -DNDEBUG=1 -DSQLITE_PTR_SZ=$Config{ptrsize}",
|
|
+ 'OPTIMIZE' => "-O2 -DNDEBUG=1 -DSQLITE_PTR_SZ=$Config{ptrsize}",
|
|
'clean' => { FILES => 'SQLite.xsi config.h' },
|
|
);
|
|
|