From eba30499fd2818fd348d2fa3c1fdfba71160b7c8 Mon Sep 17 00:00:00 2001 From: David Brown Date: Tue, 7 Apr 2015 22:20:07 -0700 Subject: [PATCH] fix cflags to not use this as rhel 5 doesn't support it --- torque.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torque.spec b/torque.spec index 8da6b7a..e484112 100644 --- a/torque.spec +++ b/torque.spec @@ -358,7 +358,7 @@ install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} \ chmod 644 torque.setup %build -CFLAGS="%{optflags} -Wno-overlength-strings -DUSE_INTERP_RESULT -DUSE_INTERP_ERRORLINE" +CFLAGS="%{optflags} -DUSE_INTERP_RESULT -DUSE_INTERP_ERRORLINE" %configure --includedir=%{_includedir}/torque \ --with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \ --with-sendmail=%{_sbindir}/sendmail --disable-static \