diff options
| author | Adrian Bunk <bunk@stusta.de> | 2020-05-12 17:14:10 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-23 11:40:46 +0100 |
| commit | c8dd294f35192aa05fe88fc8594774a5fb222dd5 (patch) | |
| tree | 12a1b1233cbbdc2058f37c1f6333f9ac6d84b31c | |
| parent | 0fa3cf0fe849e0bc9053b8d55d60e3f8e624f9aa (diff) | |
| download | poky-c8dd294f35192aa05fe88fc8594774a5fb222dd5.tar.gz | |
libxcrypt2: Remove -fcommon
This was fixed in upstream version 4.4.12.
(From OE-Core rev: 06a841e22853e571e07998079529839c96a23b21)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 281d53ebab4c4c1b6c880ab14761d715196fb8d7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index bee1367c99..2d2a0b03e3 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc | |||
| @@ -27,8 +27,6 @@ BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" | |||
| 27 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error" | 27 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error" |
| 28 | CPPFLAGS_append_class-nativesdk = " -Wno-error" | 28 | CPPFLAGS_append_class-nativesdk = " -Wno-error" |
| 29 | 29 | ||
| 30 | CFLAGS += "-fcommon" | ||
| 31 | |||
| 32 | API = "--disable-obsolete-api" | 30 | API = "--disable-obsolete-api" |
| 33 | EXTRA_OECONF += "${API}" | 31 | EXTRA_OECONF += "${API}" |
| 34 | 32 | ||
