need to uninstall redhat-rpm-config when building sge
[wextoolbox.git] / wextoolbox.mk
index faa80a3..be6370a 100644 (file)
@@ -73,6 +73,17 @@ spectools-BUILD-FROM-SRPM := yes
 ALL += spectools
 IN_BOOTSTRAPFS += spectools
 
+#
+# sge
+#
+sge-MODULES := sge
+sge-SPEC := sge.spec
+sge-BUILD-FROM-SRPM := yes
+# uninstall this rpm that defines _missing_build_ids_terminate_build and causes the build to fail
+sge-EXCLUDE-DEVEL-RPMS := redhat-rpm-config
+ALL += sge
+IN_BOOTSTRAPFS += sge
+
 #
 # kernel
 #