X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=debian%2Frules;h=7fe36a299618cea7896d447042a2021c72a757fa;hb=a19c1ea92fb8d9909ec9fb98f22a8a9e4835c572;hp=bef0c49eed1419090f90bd45d4b3cb184303263d;hpb=f8babafc6ac2cae22e6005103aaa5ac4aa0a63ea;p=fs%2Flustre-release.git diff --git a/debian/rules b/debian/rules index bef0c49..7fe36a29 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ endif #CC?=gcc-3.3 #export CC -# This is the debhelper compatability version to use. +# This is the debhelper compatibility version to use. export DH_COMPAT=7 # Module-assistant stuff @@ -54,6 +54,7 @@ KVER?=$(LINUXRELEASE) KVERS?=$(KVER) KSRC?=$(LINUX_OBJ) KSRC_TREE?=$(LINUX) +IB_OPTIONS?="" # Packages PATCH_PKG=linux-patch-lustre @@ -344,7 +345,8 @@ kdist_config: prep-deb-files patch-stamp --disable-iokit \ --disable-snmp \ --disable-tests \ - --enable-quota + --enable-quota \ + $(IB_OPTIONS) kdist_configure: kdist_config