X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=autoMakefile.am;h=8a259bce4f7b7b54ccf43c48992b85cea165cff7;hp=883d13c40686c4f0154e3f9037cbd02b5e6e85f7;hb=3a95036038c277873172a3b75824210ec5af17ba;hpb=c844bf47dabeee3f408be049b28e67e600348e0c diff --git a/autoMakefile.am b/autoMakefile.am index 883d13c..8a259bc 100644 --- a/autoMakefile.am +++ b/autoMakefile.am @@ -136,11 +136,11 @@ rpms-real: @PACKAGE_TARNAME@.spec dist Makefile if [[ "X$(BUILD_SERVER)" = Xfalse ]]; then \ RPMARGS="$$RPMARGS --define \"lustre_name lustre-client\""; \ fi; \ - if [[ "X$(BUILD_OSD_LDISKFS)" = Xfalse ]]; then \ - RPMARGS="$$RPMARGS --define \"build_lustre_osd_ldiskfs 0\""; \ + if [[ "X$(BUILD_OSD_LDISKFS)" = Xtrue ]]; then \ + RPMARGS="$$RPMARGS --define \"build_lustre_osd_ldiskfs 1\""; \ fi; \ - if [[ "X$(BUILD_OSD_ZFS)" = Xfalse ]]; then \ - RPMARGS="$$RPMARGS --define \"build_lustre_osd_zfs 0\""; \ + if [[ "X$(BUILD_OSD_ZFS)" = Xtrue ]]; then \ + RPMARGS="$$RPMARGS --define \"build_lustre_osd_zfs 1\""; \ fi; \ echo "Building Lustre RPM with $$RPMARGS"; \ eval rpmbuild $$RPMARGS -ta $(distdir).tar.gz