changeset 2:50ffd429060b draft

Uploaded
author wolma
date Tue, 26 Apr 2016 12:24:47 -0400
parents 040f60d3c15b
children 87b8dcebce9b
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Apr 26 11:48:47 2016 -0400
+++ b/tool_dependencies.xml	Tue Apr 26 12:24:47 2016 -0400
@@ -60,7 +60,7 @@
                     <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable>
                     <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
                     <!-- fix too strict compiler settings under Python 3.4 -->
-                    <environment_variable action="prepend_to" name="CFLAGS">"-Wno-error=declaration-after-statement"</environment_variable>
+                    <environment_variable action="set_to" name="CFLAGS">"$ENV[CFLAGS] -Wno-error=declaration-after-statement"</environment_variable>
                 </action>
             </actions>
         </install>