Whamcloud - gitweb
LU-987 build: Fail to create ldisk rpms
authorMinh Diep <mdiep@whamcloud.com>
Tue, 7 Feb 2012 17:56:06 +0000 (09:56 -0800)
committerJohann Lombardi <johann@whamcloud.com>
Fri, 10 Feb 2012 23:43:08 +0000 (18:43 -0500)
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 <mdiep@whamcloud.com>
Change-Id: Ic42eb543658f97bbff9c2f360d8693da840a8a36
Reviewed-on: http://review.whamcloud.com/2113
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Johann Lombardi <johann@whamcloud.com>
ldiskfs/autoMakefile.am

index 04a00aa..0120e67 100644 (file)
@@ -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