diff options
author | Jan Tatje <jan@jnt.io> | 2019-06-03 23:23:39 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-06-05 07:03:48 +0000 |
commit | 165dd080660bea8a4cefb71b68fc1110732f8006 (patch) | |
tree | 051209776f65138217a3df93a4a06e00baa1682a /main/nfs-utils/musl-configure_ac.patch | |
parent | e61e0b162dd61f62139d1526ca958f5afe600f0b (diff) | |
download | aports-165dd080660bea8a4cefb71b68fc1110732f8006.tar.bz2 aports-165dd080660bea8a4cefb71b68fc1110732f8006.tar.xz |
main/nfs-utils: upgrade to 2.3.4
Diffstat (limited to 'main/nfs-utils/musl-configure_ac.patch')
-rw-r--r-- | main/nfs-utils/musl-configure_ac.patch | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/main/nfs-utils/musl-configure_ac.patch b/main/nfs-utils/musl-configure_ac.patch index c667779cdc..d6a2afbad7 100644 --- a/main/nfs-utils/musl-configure_ac.patch +++ b/main/nfs-utils/musl-configure_ac.patch @@ -1,22 +1,11 @@ --- a/configure.ac +++ b/configure.ac -@@ -408,7 +408,7 @@ - fi - - dnl libdnsidmap specific checks --AC_CHECK_LIB([resolv], [__res_querydomain], , AC_MSG_ERROR(res_querydomain needed)) -+AC_CHECK_LIB([resolv], [res_querydomain], , AC_MSG_ERROR(res_querydomain needed)) - - AC_ARG_ENABLE([ldap], - [AS_HELP_STRING([--disable-ldap],[Disable support for LDAP @<:default=detect@:>@])]) -@@ -547,11 +547,11 @@ - -pipe \ +@@ -578,10 +578,10 @@ -Wall \ -Wextra \ -- -Werror=strict-prototypes \ + $rpcgen_cflags \ - -Werror=missing-prototypes \ - -Werror=missing-declarations \ -+ -Wstrict-prototypes \ + -Wmissing-prototypes \ + -Wmissing-declarations \ -Werror=format=2 \ @@ -25,7 +14,7 @@ -Werror=missing-include-dirs \ -Werror=strict-aliasing=2 \ -Werror=init-self \ -@@ -579,10 +579,10 @@ +@@ -610,10 +610,10 @@ CHECK_CCSUPPORT([-Werror=format-overflow=2], [flg1]) CHECK_CCSUPPORT([-Werror=int-conversion], [flg2]) |