summaryrefslogtreecommitdiffstats
path: root/mod_lookup_identity.spec
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-05-09 14:28:15 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2014-05-13 09:16:48 +0200
commita4255ba67342c18573374408205ba4d214379301 (patch)
tree0a5b3bcc3601220861e5a5ded752056678fcf485 /mod_lookup_identity.spec
parent7137c090ba514bd890d3b1c1e1cdc5cf068b6f5c (diff)
downloadmod_lookup_identity-a4255ba67342c18573374408205ba4d214379301.tar.gz
mod_lookup_identity-a4255ba67342c18573374408205ba4d214379301.tar.xz
mod_lookup_identity-a4255ba67342c18573374408205ba4d214379301.zip
Compile to C99.
Addressing warning: ISO C90 forbids mixed declarations and code warning: ISO C90 forbids specifying subobject to initialize
Diffstat (limited to 'mod_lookup_identity.spec')
-rw-r--r--mod_lookup_identity.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec
index 0217216..5bc77d3 100644
--- a/mod_lookup_identity.spec
+++ b/mod_lookup_identity.spec
@@ -34,7 +34,7 @@ Use of REMOTE_USER_* environment variables is recommended.
%setup -q -n %{name}-%{version}
%build
-%{_httpd_apxs} -c -Wc,"%{optflags} -Wall -pedantic $(pkg-config --cflags dbus-1)" $(pkg-config --libs dbus-1) mod_lookup_identity.c
+%{_httpd_apxs} -c -Wc,"%{optflags} -Wall -pedantic -std=c99 $(pkg-config --cflags dbus-1)" $(pkg-config --libs dbus-1) mod_lookup_identity.c
%install
rm -rf $RPM_BUILD_ROOT