diff options
Diffstat (limited to 'recipes-extended/glusterfs/files/glusterfs-api-remove-unnecessary-library-options.patch')
-rw-r--r-- | recipes-extended/glusterfs/files/glusterfs-api-remove-unnecessary-library-options.patch | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes-extended/glusterfs/files/glusterfs-api-remove-unnecessary-library-options.patch b/recipes-extended/glusterfs/files/glusterfs-api-remove-unnecessary-library-options.patch index 2f140ea..32f4dc1 100644 --- a/recipes-extended/glusterfs/files/glusterfs-api-remove-unnecessary-library-options.patch +++ b/recipes-extended/glusterfs/files/glusterfs-api-remove-unnecessary-library-options.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | From 2ef09531d1d14cd64d5ba4ffbd9a99af10ae1ec4 Mon Sep 17 00:00:00 2001 | 1 | From 2b55524fab066cb14880a819f570b7f839bae1ce Mon Sep 17 00:00:00 2001 |
2 | From: "Hongzhi.Song" <hongzhi.song@windriver.com> | 2 | From: "Hongzhi.Song" <hongzhi.song@windriver.com> |
3 | Date: Tue, 12 Mar 2019 19:37:51 -0700 | 3 | Date: Wed, 24 Apr 2019 22:44:12 -0400 |
4 | Subject: [PATCH] glusterfs-api: remove unnecessary library options | 4 | Subject: [PATCH] glusterfs-api: remove unnecessary library options |
5 | 5 | ||
6 | These cause QA errors when users of the api such | 6 | These cause QA errors when users of the api such |
@@ -11,13 +11,14 @@ Upstream-Status: Inappropriate [embedded specific] | |||
11 | 11 | ||
12 | Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> | 12 | Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> |
13 | Signed-off-by: Xulin Sun <xulin.sun@windriver.com> | 13 | Signed-off-by: Xulin Sun <xulin.sun@windriver.com> |
14 | [modify patch for release-6.1] | ||
14 | Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> | 15 | Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> |
15 | --- | 16 | --- |
16 | glusterfs-api.pc.in | 2 +- | 17 | glusterfs-api.pc.in | 2 +- |
17 | 1 file changed, 1 insertion(+), 1 deletion(-) | 18 | 1 file changed, 1 insertion(+), 1 deletion(-) |
18 | 19 | ||
19 | diff --git a/glusterfs-api.pc.in b/glusterfs-api.pc.in | 20 | diff --git a/glusterfs-api.pc.in b/glusterfs-api.pc.in |
20 | index 6af4e10..01b9d0f 100644 | 21 | index 4a2edb7..153c4ad 100644 |
21 | --- a/glusterfs-api.pc.in | 22 | --- a/glusterfs-api.pc.in |
22 | +++ b/glusterfs-api.pc.in | 23 | +++ b/glusterfs-api.pc.in |
23 | @@ -8,5 +8,5 @@ Description: GlusterFS API | 24 | @@ -8,5 +8,5 @@ Description: GlusterFS API |
@@ -26,7 +27,7 @@ index 6af4e10..01b9d0f 100644 | |||
26 | Requires: @PKGCONFIG_UUID@ | 27 | Requires: @PKGCONFIG_UUID@ |
27 | -Libs: -L${libdir} @GFAPI_LIBS@ -lgfapi -lglusterfs -lgfrpc -lgfxdr | 28 | -Libs: -L${libdir} @GFAPI_LIBS@ -lgfapi -lglusterfs -lgfrpc -lgfxdr |
28 | +Libs: -lgfapi -lglusterfs -lgfrpc -lgfxdr | 29 | +Libs: -lgfapi -lglusterfs -lgfrpc -lgfxdr |
29 | Cflags: -I${includedir} -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -DUSE_POSIX_ACLS=@USE_POSIX_ACLS@ | 30 | Cflags: -I${includedir} -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D__USE_LARGEFILE64 -DUSE_POSIX_ACLS=@USE_POSIX_ACLS@ |
30 | -- | 31 | -- |
31 | 2.17.1 | 32 | 2.8.1 |
32 | 33 | ||