diff options
Diffstat (limited to 'recipes-extended/glusterfs/files/glusterfs-configure-automake-with-subdir-objects-for.patch')
-rw-r--r-- | recipes-extended/glusterfs/files/glusterfs-configure-automake-with-subdir-objects-for.patch | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/recipes-extended/glusterfs/files/glusterfs-configure-automake-with-subdir-objects-for.patch b/recipes-extended/glusterfs/files/glusterfs-configure-automake-with-subdir-objects-for.patch index 8f3c854..6278ce6 100644 --- a/recipes-extended/glusterfs/files/glusterfs-configure-automake-with-subdir-objects-for.patch +++ b/recipes-extended/glusterfs/files/glusterfs-configure-automake-with-subdir-objects-for.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | From bb34fd21ae26005cf099928f41e68a0d98685eba Mon Sep 17 00:00:00 2001 | 1 | From fcd612f75c2e99a0748bebbf530b730d0019d2bf Mon Sep 17 00:00:00 2001 |
2 | From: Xulin Sun <xulin.sun@windriver.com> | 2 | From: "Hongzhi.Song" <hongzhi.song@windriver.com> |
3 | Date: Mon, 21 Mar 2016 17:32:50 +0800 | 3 | Date: Wed, 24 Apr 2019 22:33:49 -0400 |
4 | Subject: [PATCH] glusterfs: configure: automake with subdir-objects & foreign | 4 | Subject: [PATCH] glusterfs: configure: automake with subdir-objects & foreign |
5 | parameters | 5 | parameters |
6 | 6 | ||
@@ -10,21 +10,22 @@ autoconf execution failed when using automake 1.14 around version. | |||
10 | Upstream-Status: Pending | 10 | Upstream-Status: Pending |
11 | 11 | ||
12 | Signed-off-by: Xulin Sun <xulin.sun@windriver.com> | 12 | Signed-off-by: Xulin Sun <xulin.sun@windriver.com> |
13 | 13 | [modify the patch for release-6.1] | |
14 | Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> | ||
14 | --- | 15 | --- |
15 | configure.ac | 4 ++-- | 16 | configure.ac | 4 ++-- |
16 | 1 file changed, 2 insertions(+), 2 deletions(-) | 17 | 1 file changed, 2 insertions(+), 2 deletions(-) |
17 | 18 | ||
18 | diff --git a/configure.ac b/configure.ac | 19 | diff --git a/configure.ac b/configure.ac |
19 | index 43efd6d..8ce28f6 100644 | 20 | index 2f341de..b28ac20 100644 |
20 | --- a/configure.ac | 21 | --- a/configure.ac |
21 | +++ b/configure.ac | 22 | +++ b/configure.ac |
22 | @@ -13,11 +13,11 @@ AC_INIT([glusterfs], | 23 | @@ -13,11 +13,11 @@ AC_INIT([glusterfs], |
23 | AC_SUBST([PACKAGE_RELEASE], | 24 | AC_SUBST([PACKAGE_RELEASE], |
24 | [m4_esyscmd([build-aux/pkg-version --release])]) | 25 | [m4_esyscmd([build-aux/pkg-version --release])]) |
25 | 26 | ||
26 | -AM_INIT_AUTOMAKE(tar-pax) | 27 | -AM_INIT_AUTOMAKE([tar-pax foreign]) |
27 | +#AM_INIT_AUTOMAKE(tar-pax) | 28 | +#AM_INIT_AUTOMAKE([tar-pax foreign]) |
28 | 29 | ||
29 | # Removes warnings when using automake 1.14 around (...but option 'subdir-objects' is disabled ) | 30 | # Removes warnings when using automake 1.14 around (...but option 'subdir-objects' is disabled ) |
30 | #but libglusterfs fails to build with contrib (Then are not set up that way?) | 31 | #but libglusterfs fails to build with contrib (Then are not set up that way?) |
@@ -33,3 +34,6 @@ index 43efd6d..8ce28f6 100644 | |||
33 | 34 | ||
34 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)]) | 35 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)]) |
35 | 36 | ||
37 | -- | ||
38 | 2.8.1 | ||
39 | |||