From 02e988e4bde2c37f5c5c67638af6fd6e6c87b60c Mon Sep 17 00:00:00 2001 From: Ricardo Martins Date: Sun, 8 Feb 2015 19:32:41 +0000 Subject: [PATCH] glibc: legacy RPC fixes. --- rules/glibc/common.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rules/glibc/common.bash b/rules/glibc/common.bash index 63bba5b..859a17d 100644 --- a/rules/glibc/common.bash +++ b/rules/glibc/common.bash @@ -56,5 +56,7 @@ configure() --enable-kernel=2.6.32 \ --disable-nls \ --enable-static-nss \ - --disable-werror + --disable-werror \ + --enable-obsolete-rpc \ + --enable-bind-now }