Whamcloud - gitweb
LU-987 build: Fail to create ldisk rpms
authorJames Simmons <uja.ornl@gmail.com>
Fri, 13 Jan 2012 16:11:29 +0000 (11:11 -0500)
committerOleg Drokin <green@whamcloud.com>
Wed, 18 Jan 2012 18:59:03 +0000 (13:59 -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: James Simmons <uja.ornl@gmail.com>
Change-Id: I51e31d1ce0fd1d7e8639426852af1888a9a93f4f
Reviewed-on: http://review.whamcloud.com/1964
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Brian J. Murrell <brian@whamcloud.com>
Reviewed-by: Oleg Drokin <green@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