diff options
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]) |