[OE-core] [PATCH] sqlite3: Drop pic as we no longer need the sqlite3 static lib

akuster808 akuster808 at gmail.com
Mon Nov 11 18:22:01 UTC 2019



On 11/11/19 5:21 AM, Richard Purdie wrote:
> This was added in:
> https://git.openembedded.org/openembedded-core/commit/?id=6a58e12d19c539deac9e90679a68438497a42fa4
> but is no longer needed now pseudo doesn't use sqlite's static lib.
>
> Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
> ---
>  meta/recipes-support/sqlite/sqlite3.inc | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc
> index 4af1e09e80d..07614bdb3e3 100644
> --- a/meta/recipes-support/sqlite/sqlite3.inc
> +++ b/meta/recipes-support/sqlite/sqlite3.inc
> @@ -44,8 +44,6 @@ EXTRA_OECONF = " \
>      --disable-static-shell \
>  "
>  
> -CFLAGS_append = " -fPIC"
> -
>  # pread() is in POSIX.1-2001 so any reasonable system must surely support it
>  CFLAGS_append = " -DUSE_PREAD"
>  

Do these sqlite3 changes need to be backported? Zeus , etc?

- armin



More information about the Openembedded-core mailing list