summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-musl-res_querydomain.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-musl-res_querydomain.patch')
-rw-r--r--meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-musl-res_querydomain.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-musl-res_querydomain.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-musl-res_querydomain.patch
deleted file mode 100644
index 921f5edc82..0000000000
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-musl-res_querydomain.patch
+++ /dev/null
@@ -1,46 +0,0 @@
1From caa19231196d73541445728e6813c8fa70345acb Mon Sep 17 00:00:00 2001
2From: Robert Yang <liezhi.yang@windriver.com>
3Date: Tue, 26 Jun 2018 15:59:00 +0800
4Subject: [PATCH] nfs-utils: 2.1.1 -> 2.3.1
5
6Fixed:
7configure: error: res_querydomain needed
8
9Upstream-Status: Pending [https://github.com/alpinelinux/aports/blob/master/main/nfs-utils/musl-configure_ac.patch]
10
11Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
12
13---
14 configure.ac | 9 ++++-----
15 1 file changed, 4 insertions(+), 5 deletions(-)
16
17diff --git a/configure.ac b/configure.ac
18index 50002b4..dcadb23 100644
19--- a/configure.ac
20+++ b/configure.ac
21@@ -582,10 +582,10 @@ my_am_cflags="\
22 -Wall \
23 -Wextra \
24 $rpcgen_cflags \
25- -Werror=missing-prototypes \
26- -Werror=missing-declarations \
27+ -Wmissing-prototypes \
28+ -Wmissing-declarations \
29 -Werror=format=2 \
30- -Werror=undef \
31+ -Wundef \
32 -Werror=missing-include-dirs \
33 -Werror=strict-aliasing=2 \
34 -Werror=init-self \
35@@ -614,10 +614,9 @@ AC_DEFUN([CHECK_CCSUPPORT], [
36
37 CHECK_CCSUPPORT([-Werror=format-overflow=2], [flg1])
38 CHECK_CCSUPPORT([-Werror=int-conversion], [flg2])
39-CHECK_CCSUPPORT([-Werror=incompatible-pointer-types], [flg3])
40 CHECK_CCSUPPORT([-Werror=misleading-indentation], [flg4])
41
42-AC_SUBST([AM_CFLAGS], ["$my_am_cflags $flg1 $flg2 $flg3 $flg4"])
43+AC_SUBST([AM_CFLAGS], ["$my_am_cflags $flg1 $flg2 $flg4"])
44
45 # Make sure that $ACLOCAL_FLAGS are used during a rebuild
46 AC_SUBST([ACLOCAL_AMFLAGS], ["-I $ac_macro_dir \$(ACLOCAL_FLAGS)"])