commit | 23d4f34a614e0228748f5f5a792c654cf5b49527 | [log] [tgz] |
---|---|---|
author | Tomas Cejka <cejkat@cesnet.cz> | Fri Jul 05 10:01:57 2013 +0200 |
committer | Tomas Cejka <cejkat@cesnet.cz> | Fri Jul 05 10:01:57 2013 +0200 |
tree | ab17bc298bca6f29ce3adba976db8d1c1d65c7b3 | |
parent | 04a98cb390750b4d6535da0a73278071ec379b56 [diff] [blame] |
mod_netconf: fixed problem with RPM generation configure script initializes CFLAGS variable with '-O2' flag that is unknown to apxs -> rewrite with new value - refs #643
diff --git a/src/mod_netconf.spec.in b/src/mod_netconf.spec.in index 88bc5cf..0d8b976 100644 --- a/src/mod_netconf.spec.in +++ b/src/mod_netconf.spec.in
@@ -20,7 +20,7 @@ %setup %build -%configure --with-distro=@DISTRO@ @LIBNETCONF_WITH@ --with-notifications; +%configure @LIBNETCONF_WITH@; make %install