From: Roland Hieber <rhi@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [ptxdist] [PATCH 2/5] sqlite: fix typo in option SQLITE_LOAD_EXTENTION
Date: Mon, 15 Jul 2019 12:57:27 +0200 [thread overview]
Message-ID: <20190715105730.22595-2-rhi@pengutronix.de> (raw)
In-Reply-To: <20190715105730.22595-1-rhi@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
rules/sqlite.in | 2 +-
rules/sqlite.make | 2 +-
scripts/migrate/migrate_ptx | 10 +++++++++-
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/rules/sqlite.in b/rules/sqlite.in
index 1bc0694b01d4..7b60edf3e772 100644
--- a/rules/sqlite.in
+++ b/rules/sqlite.in
@@ -18,7 +18,7 @@ config SQLITE_THREADSAFE
bool
prompt "Safe for use within a multi-threaded program"
-config SQLITE_LOAD_EXTENTION
+config SQLITE_LOAD_EXTENSION
bool
prompt "external extensions"
help
diff --git a/rules/sqlite.make b/rules/sqlite.make
index f93d9c2f3fe7..4be3e35fe674 100644
--- a/rules/sqlite.make
+++ b/rules/sqlite.make
@@ -55,7 +55,7 @@ SQLITE_CONF_OPT := \
--disable-editline \
--$(call ptx/endis,PTXCONF_SQLITE_READLINE)-readline \
--$(call ptx/endis,PTXCONF_SQLITE_THREADSAFE)-threadsafe \
- --$(call ptx/endis,PTXCONF_SQLITE_LOAD_EXTENTION)-dynamic-extensions \
+ --$(call ptx/endis,PTXCONF_SQLITE_LOAD_EXTENSION)-dynamic-extensions \
--enable-fts4 \
--enable-fts3 \
--disable-fts5 \
diff --git a/scripts/migrate/migrate_ptx b/scripts/migrate/migrate_ptx
index 9d19bf6754bf..d7f8b04795bb 100755
--- a/scripts/migrate/migrate_ptx
+++ b/scripts/migrate/migrate_ptx
@@ -391,6 +391,14 @@ s/^\(\(# \)\?PTXCONF_GST_PLUGINS_GOOD1_\)X\>/\1XIMAGESRC/
# from : ptxdist-2019.04.0
# to : ptxdist-2019.05.0
# symbol : GST_PLUGINS_BAD1_STEREO -> GST_PLUGINS_GOOD1_AUDIOFX
-# reason : option was rename
+# reason : option was renamed
#
s/^\(\(# \)\?PTXCONF_GST_PLUGINS_\)BAD1_STEREO\>/\1GOOD1_AUDIOFX/
+
+#
+# from : ptxdist-2019.07.0
+# to : ptxdist-2019.08.0
+# symbol : SQLITE_LOAD_EXTENTION -> SQLITE_LOAD_EXTENSION
+# reason : option was renamed
+#
+s/^\(\(# \)\?PTXCONF_SQLITE_LOAD_\)EXTENTION/\1EXTENSION/
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2019-07-15 10:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-15 10:57 [ptxdist] [PATCH 1/5] sqlite: version bump 3.19.2 -> 3.28.0 Roland Hieber
2019-07-15 10:57 ` Roland Hieber [this message]
2019-07-15 10:57 ` [ptxdist] [PATCH 3/5] migrate_ptx: fix typos in reason comments Roland Hieber
2019-07-15 10:57 ` [ptxdist] [PATCH 4/5] fastcgi: re-export patch series with git-ptx-patches Roland Hieber
2019-07-15 10:57 ` [ptxdist] [PATCH 5/5] fastcgi: apply fix for CVE-2012-6687 Roland Hieber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190715105730.22595-2-rhi@pengutronix.de \
--to=rhi@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox