dmlb2000 pushed to torque (el5). "fix cflags to not use this as rhel 5 doesn't support it"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 06:06:26 UTC 2015


>From eba30499fd2818fd348d2fa3c1fdfba71160b7c8 Mon Sep 17 00:00:00 2001
From: David Brown <dmlb2000 at gmail.com>
Date: Tue, 7 Apr 2015 22:20:07 -0700
Subject: fix cflags to not use this as rhel 5 doesn't support it


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 \
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/torque.git/commit/?h=el5&id=eba30499fd2818fd348d2fa3c1fdfba71160b7c8


More information about the scm-commits mailing list