Repository 'package_python_3_4_x_lean'
hg clone https://toolshed.g2.bx.psu.edu/repos/wolma/package_python_3_4_x_lean

Changeset 2:50ffd429060b (2016-04-26)
Previous changeset 1:040f60d3c15b (2016-04-26) Next changeset 3:87b8dcebce9b (2016-04-29)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r 040f60d3c15b -r 50ffd429060b tool_dependencies.xml
--- 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>