From e25c00f163988bb698db65b902dbee94feefa6b4 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Mon, 28 Nov 2005 21:16:06 +0000
Subject: [PATCH] fix for puting cflags into the rpm build script  put
 %with_cflags in your .rpmmacros file

---
 slurm.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/slurm.spec b/slurm.spec
index 283f0ba0dfa..ab76e0725df 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -122,7 +122,8 @@ SLURM plugins for IBM AIX and Federation switch.
     %{?_enable_debug}			\
     %{?with_proctrack}			\
     %{?with_ssl}			\
-    %{?with_munge}
+    %{?with_munge}                      \
+    %{?with_cflags}
 
 #
 # The following was stolen from the E17 packages:
-- 
GitLab