From 8682c32c1aee9b6790276644e44f16613a69ffe6 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 7 Oct 2011 21:06:57 +0200 Subject: nsswitch: Disable uid_wrapper in libwbclient. This way we don't have to link against it in the autoconf build. --- nsswitch/wb_common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nsswitch/wb_common.c') diff --git a/nsswitch/wb_common.c b/nsswitch/wb_common.c index 80c729a3b6..c56a76f826 100644 --- a/nsswitch/wb_common.c +++ b/nsswitch/wb_common.c @@ -22,6 +22,8 @@ along with this program. If not, see . */ +#define UID_WRAPPER_NOT_REPLACE + #include "replace.h" #include "system/select.h" #include "winbind_client.h" -- cgit