SHA256
1
0
forked from pool/sqlite3

Accepting request 880128 from home:marxin:branches:server:database

- Fix typo in macro definition.

OBS-URL: https://build.opensuse.org/request/show/880128
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=259
This commit is contained in:
Reinhard Max 2021-03-19 16:18:37 +00:00 committed by Git OBS Bridge
parent e7732c1be7
commit fa38ede2d7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 19 14:53:04 UTC 2021 - Martin Liška <mliska@suse.cz>
- Fix typo in macro definition.
-------------------------------------------------------------------
Wed Mar 17 21:39:16 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -133,7 +133,7 @@ export CFLAGS="%{optflags} \
-DSQLITE_SOUNDEX \
-DSQLITE_ENABLE_UNLOCK_NOTIFY \
-DSQLITE_SECURE_DELETE \
-SQLITE_ENABLE_MATH_FUNCTIONS \
-DSQLITE_ENABLE_MATH_FUNCTIONS \
"
%configure \
--disable-static \