-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Based on SQLite version 3.47.1 - Remove need to specify AES hw compile time options
- Loading branch information
Showing
13 changed files
with
655 additions
and
527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Process this file with automake to create Makefile.in for sqlite3mc library | ||
# | ||
# Copyright (C) 2019-2023 Ulrich Telle <[email protected]> | ||
# Copyright (C) 2019-2024 Ulrich Telle <[email protected]> | ||
# | ||
# This file is covered by the same licence as the entire SQLite3 Multiple Ciphers package. | ||
|
||
if HOST_X86 | ||
X86_FLAGS = -msse4.2 -maes | ||
else | ||
#if HOST_X86 | ||
#X86_FLAGS = -msse4.2 -maes | ||
#else | ||
X86_FLAGS = | ||
endif | ||
#endif | ||
|
||
if HOST_ARM | ||
#ARM_FLAGS = -march=native | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ dnl Copyright (C) 2019-2024 Ulrich Telle <[email protected]> | |
dnl | ||
dnl This file is covered by the same licence as the entire SQLite3 Multiple Ciphers package. | ||
|
||
AC_INIT([sqlite3mc], [1.9.0], [[email protected]]) | ||
AC_INIT([sqlite3mc], [1.9.1], [[email protected]]) | ||
|
||
dnl This is the version tested with, might work with earlier ones. | ||
AC_PREREQ([2.69]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.