diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index 7245285594..ac19be92e8 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc | |||
@@ -12,14 +12,6 @@ PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses | |||
12 | 12 | ||
13 | EXTRA_OECONF = "--enable-shared --enable-threadsafe --disable-editline" | 13 | EXTRA_OECONF = "--enable-shared --enable-threadsafe --disable-editline" |
14 | 14 | ||
15 | export config_BUILD_CC = "${BUILD_CC}" | ||
16 | export config_BUILD_CFLAGS = "${BUILD_CFLAGS}" | ||
17 | export config_BUILD_LIBS = "${BUILD_LDFLAGS}" | ||
18 | export config_TARGET_CC = "${CC}" | ||
19 | export config_TARGET_LINK = "${CCLD}" | ||
20 | export config_TARGET_CFLAGS = "${CFLAGS}" | ||
21 | export config_TARGET_LFLAGS = "${LDFLAGS}" | ||
22 | |||
23 | # pread() is in POSIX.1-2001 so any reasonable system must surely support it | 15 | # pread() is in POSIX.1-2001 so any reasonable system must surely support it |
24 | BUILD_CFLAGS += "-DUSE_PREAD" | 16 | BUILD_CFLAGS += "-DUSE_PREAD" |
25 | TARGET_CFLAGS += "-DUSE_PREAD" | 17 | TARGET_CFLAGS += "-DUSE_PREAD" |