summaryrefslogtreecommitdiffstats
path: root/recipes-extended/glusterfs/files/glusterfs-api-remove-unnecessary-library-options.patch
diff options
context:
space:
mode:
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.patch17
1 files changed, 10 insertions, 7 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 5b54974..2f140ea 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,7 +1,7 @@
1From 61075d7e4459e4cb9168d1c423ac56db240bb463 Mon Sep 17 00:00:00 2001 1From 2ef09531d1d14cd64d5ba4ffbd9a99af10ae1ec4 Mon Sep 17 00:00:00 2001
2From: Jim Somerville <Jim.Somerville@windriver.com> 2From: "Hongzhi.Song" <hongzhi.song@windriver.com>
3Date: Wed, 12 Feb 2014 15:41:50 +0000 3Date: Tue, 12 Mar 2019 19:37:51 -0700
4Subject: [PATCH] glusterfs-api remove unnecessary library options 4Subject: [PATCH] glusterfs-api: remove unnecessary library options
5 5
6These cause QA errors when users of the api such 6These cause QA errors when users of the api such
7as qemu generate their packages. The reported 7as qemu generate their packages. The reported
@@ -11,13 +11,13 @@ Upstream-Status: Inappropriate [embedded specific]
11 11
12Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> 12Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
13Signed-off-by: Xulin Sun <xulin.sun@windriver.com> 13Signed-off-by: Xulin Sun <xulin.sun@windriver.com>
14 14Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
15--- 15---
16 glusterfs-api.pc.in | 2 +- 16 glusterfs-api.pc.in | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-) 17 1 file changed, 1 insertion(+), 1 deletion(-)
18 18
19diff --git a/glusterfs-api.pc.in b/glusterfs-api.pc.in 19diff --git a/glusterfs-api.pc.in b/glusterfs-api.pc.in
20index 5d23454..8a602f6 100644 20index 6af4e10..01b9d0f 100644
21--- a/glusterfs-api.pc.in 21--- a/glusterfs-api.pc.in
22+++ b/glusterfs-api.pc.in 22+++ b/glusterfs-api.pc.in
23@@ -8,5 +8,5 @@ Description: GlusterFS API 23@@ -8,5 +8,5 @@ Description: GlusterFS API
@@ -26,4 +26,7 @@ index 5d23454..8a602f6 100644
26 Requires: @PKGCONFIG_UUID@ 26 Requires: @PKGCONFIG_UUID@
27-Libs: -L${libdir} @GFAPI_LIBS@ -lgfapi -lglusterfs -lgfrpc -lgfxdr 27-Libs: -L${libdir} @GFAPI_LIBS@ -lgfapi -lglusterfs -lgfrpc -lgfxdr
28+Libs: -lgfapi -lglusterfs -lgfrpc -lgfxdr 28+Libs: -lgfapi -lglusterfs -lgfrpc -lgfxdr
29 Cflags: -I${includedir}/glusterfs -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -DUSE_POSIX_ACLS=@USE_POSIX_ACLS@ 29 Cflags: -I${includedir} -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -DUSE_POSIX_ACLS=@USE_POSIX_ACLS@
30--
312.17.1
32