Whamcloud - gitweb
LU-1361 build: enable kabi on rhel6
authorMinh Diep <mdiep@whamcloud.com>
Thu, 3 May 2012 23:00:46 +0000 (16:00 -0700)
committerOleg Drokin <green@whamcloud.com>
Thu, 10 May 2012 19:58:38 +0000 (15:58 -0400)
Turn on USE_KABI=true to build with kabi on rhel6

Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Change-Id: Ie028ced17baf5a4540c59b8b63fb279a146718a6
Reviewed-on: http://review.whamcloud.com/2642
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Tested-by: Hudson
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Brian J. Murrell <brian@whamcloud.com>
Tested-by: Brian J. Murrell <brian@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
build/lbuild-rhel6

index fd081ae..3a2d0c6 100644 (file)
@@ -7,12 +7,14 @@
 # distributions, update the BUILD_GEN variable in build/lbuild)
 #BUILD_GEN+=".0"
 #BUILD_GEN+=".1"               # added --with firmware to rpmbuild for rhel6
-BUILD_GEN+=".0"        # TT-107: don't cache the BUILD dir (reset major to 5)
+#BUILD_GEN+=".0"       # TT-107: don't cache the BUILD dir (reset major to 5)
+BUILD_GEN+=".1"        # LU-1361: enable kernel ABI
 
 source ${0%/*}/lbuild-rhel
 
 SPEC_NAME="kernel.spec"
 DEVEL_PATH_ARCH_DELIMETER="."
+USE_KABI=true
 
 patch_spec() {
     local buildid="$1"