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/configure b/src/configure index ff8497e..65e6dd7 100755 --- a/src/configure +++ b/src/configure
@@ -2226,7 +2226,7 @@ fi -CFLAGS="$CFLAGS $LIBNETCONF_CFLAGS" +CFLAGS="$LIBNETCONF_CFLAGS" LIBS="$LIBS $LIBNETCONF_LIBS"