From ca8de0ba9b9563579b5c99882c26d38502748ad7 Mon Sep 17 00:00:00 2001 From: thierry Date: Mon, 19 Oct 2009 12:05:50 +0000 Subject: [PATCH] need to uninstall redhat-rpm-config when building sge --- wextoolbox.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wextoolbox.mk b/wextoolbox.mk index 02d2ddd..be6370a 100644 --- a/wextoolbox.mk +++ b/wextoolbox.mk @@ -79,6 +79,8 @@ IN_BOOTSTRAPFS += spectools 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 -- 2.43.0