From f52d25b7c45ea41076d8f1c1cfa3faad7a411969 Mon Sep 17 00:00:00 2001 From: Robert Read Date: Thu, 21 Mar 2013 19:56:00 -0700 Subject: [PATCH] LU-3012 ubuntu: fix client module build Add --disable-servers to confgiure command when building the client modules. Signed-off-by: Robert Read Change-Id: Ie29bf9336c476dd0b8b04b4601d409c4bc7f90f1 Reviewed-on: http://review.whamcloud.com/5804 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Brian J. Murrell Reviewed-by: Oleg Drokin --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 5e59622..d504f87 100755 --- a/debian/rules +++ b/debian/rules @@ -361,6 +361,7 @@ kdist_config: prep-deb-files patch-stamp find . -type f -print0 | xargs -0 touch -r COPYING \; # Doesn't seem possible to only build modules... ./configure --with-linux=$(KSRC) \ + --disable-server \ --disable-quilt \ --disable-dependency-tracking \ --disable-doc \ -- 1.8.3.1