diff options
Diffstat (limited to 'meta/recipes-support/libcap-ng')
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libcap-ng/libcap-ng/0001-configure.ac-add-library-if-header-found.patch b/meta/recipes-support/libcap-ng/libcap-ng/0001-configure.ac-add-library-if-header-found.patch index 0fcb032f90..6b155ccea8 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng/0001-configure.ac-add-library-if-header-found.patch +++ b/meta/recipes-support/libcap-ng/libcap-ng/0001-configure.ac-add-library-if-header-found.patch | |||
@@ -8,6 +8,7 @@ If the pthread.h header is found, make sure library containing | |||
8 | On some hosts (e.g. openSUSE 15.1) "-lpthread" needs to be explicitly added | 8 | On some hosts (e.g. openSUSE 15.1) "-lpthread" needs to be explicitly added |
9 | in order for the code to compile correctly. | 9 | in order for the code to compile correctly. |
10 | 10 | ||
11 | Upstream-Status: Submitted [https://github.com/stevegrubb/libcap-ng/pull/10] | ||
11 | Signed-off-by: Trevor Woerner <twoerner@gmail.com> | 12 | Signed-off-by: Trevor Woerner <twoerner@gmail.com> |
12 | --- | 13 | --- |
13 | configure.ac | 4 +++- | 14 | configure.ac | 4 +++- |
diff --git a/meta/recipes-support/libcap-ng/libcap-ng/0002-Wrap-pthread_atfork-usage-in-HAVE_PTHREAD_H.patch b/meta/recipes-support/libcap-ng/libcap-ng/0002-Wrap-pthread_atfork-usage-in-HAVE_PTHREAD_H.patch index 7eb950f159..c68254ff3d 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng/0002-Wrap-pthread_atfork-usage-in-HAVE_PTHREAD_H.patch +++ b/meta/recipes-support/libcap-ng/libcap-ng/0002-Wrap-pthread_atfork-usage-in-HAVE_PTHREAD_H.patch | |||
@@ -3,6 +3,7 @@ From: Christopher Larson <chris_larson@mentor.com> | |||
3 | Date: Tue, 26 Nov 2019 22:34:34 +0500 | 3 | Date: Tue, 26 Nov 2019 22:34:34 +0500 |
4 | Subject: [PATCH] Wrap pthread_atfork usage in HAVE_PTHREAD_H | 4 | Subject: [PATCH] Wrap pthread_atfork usage in HAVE_PTHREAD_H |
5 | 5 | ||
6 | Upstream-Status: Pending | ||
6 | Signed-off-by: Christopher Larson <chris_larson@mentor.com> | 7 | Signed-off-by: Christopher Larson <chris_larson@mentor.com> |
7 | --- | 8 | --- |
8 | src/cap-ng.c | 2 ++ | 9 | src/cap-ng.c | 2 ++ |