Skip to content
Snippets Groups Projects
Commit f52d25b7 authored by Robert Read's avatar Robert Read Committed by Oleg Drokin
Browse files

LU-3012 ubuntu: fix client module build


Add --disable-servers to confgiure command when
building the client modules.

Signed-off-by: default avatarRobert Read <robert.read@intel.com>
Change-Id: Ie29bf9336c476dd0b8b04b4601d409c4bc7f90f1
Reviewed-on: http://review.whamcloud.com/5804


Tested-by: Hudson
Tested-by: default avatarMaloo <whamcloud.maloo@gmail.com>
Reviewed-by: default avatarBrian J. Murrell <brian.murrell@intel.com>
Reviewed-by: default avatarOleg Drokin <oleg.drokin@intel.com>
parent c41d198c
No related branches found
No related tags found
No related merge requests found
...@@ -361,6 +361,7 @@ kdist_config: prep-deb-files patch-stamp ...@@ -361,6 +361,7 @@ kdist_config: prep-deb-files patch-stamp
find . -type f -print0 | xargs -0 touch -r COPYING \; find . -type f -print0 | xargs -0 touch -r COPYING \;
# Doesn't seem possible to only build modules... # Doesn't seem possible to only build modules...
./configure --with-linux=$(KSRC) \ ./configure --with-linux=$(KSRC) \
--disable-server \
--disable-quilt \ --disable-quilt \
--disable-dependency-tracking \ --disable-dependency-tracking \
--disable-doc \ --disable-doc \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment