From: Minh Diep Date: Tue, 7 Feb 2012 17:56:06 +0000 (-0800) Subject: LU-987 build: Fail to create ldisk rpms X-Git-Tag: v1_8_7_81_WC1~23 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=ac57d5a2b9c4beedd8d56b3cc433d70581718ed5;p=fs%2Flustre-release.git 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: Minh Diep Change-Id: Ic42eb543658f97bbff9c2f360d8693da840a8a36 Reviewed-on: http://review.whamcloud.com/2113 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Johann Lombardi --- 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