From: Khem Raj Date: Thu, 15 Aug 2019 03:55:01 +0000 (-0700) Subject: systemd: Refresh patch after removal of __secure_getenv patch X-Git-Tag: uninative-2.7~464 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5268ee5b0ae1a11bf3c6cf673c8c17932ba630d4;p=openembedded-core.git systemd: Refresh patch after removal of __secure_getenv patch Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch b/meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch index df1043b27d..47ee2795a7 100644 --- a/meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch +++ b/meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch @@ -76,7 +76,7 @@ Signed-off-by: Andrej Valek --- a/src/basic/missing_stdlib.h +++ b/src/basic/missing_stdlib.h @@ -11,3 +11,15 @@ - # define secure_getenv getenv + # error "neither secure_getenv nor __secure_getenv are available" # endif #endif +