summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-08-14 20:55:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-16 17:11:51 +0100
commit5268ee5b0ae1a11bf3c6cf673c8c17932ba630d4 (patch)
treedf47f628936c2f61439fead73404fcfade0a9fe0 /meta/recipes-core/systemd/systemd
parentf2d60e0f6a8e93cb0779f4719e58b99ad01fb954 (diff)
downloadopenembedded-core-contrib-5268ee5b0ae1a11bf3c6cf673c8c17932ba630d4.tar.gz
systemd: Refresh patch after removal of __secure_getenv patch
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch2
1 files changed, 1 insertions, 1 deletions
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 <andrej.valek@siemens.com>
--- 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
+