From: James Simmons Date: Fri, 13 Jan 2012 16:11:29 +0000 (-0500) Subject: LU-987 build: Fail to create ldisk rpms X-Git-Tag: 2.1.55~22 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=55a114621157a6e6d4d9191aa6846448152a32d4;hp=664d20fd5a30d2100a52cca0e0b5fa1a1cec8aa4 LU-987 build: Fail to create ldisk rpms The autoMakefile.am in ldsikfs does not define the BUILD_SERVER flag so make rpms fails. This patch simply set the flag to true since ldiskfs will most likely be used only on servers Signed-off-by: James Simmons Change-Id: I51e31d1ce0fd1d7e8639426852af1888a9a93f4f Reviewed-on: http://review.whamcloud.com/1964 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Brian J. Murrell Reviewed-by: Oleg Drokin --- diff --git a/ldiskfs/autoMakefile.am b/ldiskfs/autoMakefile.am index 04a00aa..0120e67 100644 --- a/ldiskfs/autoMakefile.am +++ b/ldiskfs/autoMakefile.am @@ -4,6 +4,7 @@ DIST_SUBDIRS := ldiskfs # this is in fact irrelevant in this file but needed to keep # autoMakefile.am.toplevel happy +BUILD_SERVER = true BUILD_TESTS = false include build/autoMakefile.am.toplevel