Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
LU-1032 build: Honor --disable-modules option in spec file
All the way back to 2004 Lustre has supported an option to disable the compilation of the kernel modules. This can be useful because there are situations where only the user space componets are required. For example, when the Lustre kernel modules are either a) provided by the kernel, or b) proivded as a dkms package. In both of these cases it's desirable to be able to build the lustre package without building lustre-modules subpackage. The patch adds that missing functionality to the existing lustre spec file by leveraging the existing --disable-modules configure option. Additionally, a small fix was made to lustre/quota/autoMakefile.am because it didn't properly support the --disable-modules option. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Change-Id: Ic4f4f7f19da9951b47c587399a71c42fb0e720d0
- Loading branch information
1 parent
4afc957
commit f7aeb9d
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters