[oe-commits] [openembedded-core] 03/27: sqlite3: Drop pic as we no longer need the sqlite3 static lib

git at git.openembedded.org git at git.openembedded.org
Mon Nov 11 14:14:42 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a8f36045a02b78761d73bbb6025e230e6f0b4fad
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Nov 11 13:20:42 2019 +0000

    sqlite3: Drop pic as we no longer need the sqlite3 static lib
    
    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 4af1e09..07614bd 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list