mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Add Cinder configure patches
This commit is contained in:
parent
05dcd45741
commit
1a882c6053
2 changed files with 60 additions and 0 deletions
|
@ -0,0 +1,30 @@
|
||||||
|
diff --git a/configure b/configure
|
||||||
|
index 5c74f00a..8bb51f40 100755
|
||||||
|
--- a/configure
|
||||||
|
+++ b/configure
|
||||||
|
@@ -7057,8 +7057,8 @@ $as_echo "$ac_cv_extra_warnings" >&6; }
|
||||||
|
|
||||||
|
if test $ac_cv_extra_warnings = yes
|
||||||
|
then
|
||||||
|
- CFLAGS_NODIST="$CFLAGS_NODIST -Wextra -Werror"
|
||||||
|
- CXXFLAGS_NODIST="$CXXFLAGS_NODIST -Wextra -Werror -Wno-implicit-fallthrough"
|
||||||
|
+ CFLAGS_NODIST="$CFLAGS_NODIST -Wextra"
|
||||||
|
+ CXXFLAGS_NODIST="$CXXFLAGS_NODIST -Wextra -Wno-implicit-fallthrough"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Python doesn't violate C99 aliasing rules, but older versions of
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index c06b992d..6dee6632 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -1622,8 +1622,8 @@ yes)
|
||||||
|
|
||||||
|
if test $ac_cv_extra_warnings = yes
|
||||||
|
then
|
||||||
|
- CFLAGS_NODIST="$CFLAGS_NODIST -Wextra -Werror"
|
||||||
|
- CXXFLAGS_NODIST="$CXXFLAGS_NODIST -Wextra -Werror -Wno-implicit-fallthrough"
|
||||||
|
+ CFLAGS_NODIST="$CFLAGS_NODIST -Wextra"
|
||||||
|
+ CXXFLAGS_NODIST="$CXXFLAGS_NODIST -Wextra -Wno-implicit-fallthrough"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Python doesn't violate C99 aliasing rules, but older versions of
|
|
@ -0,0 +1,30 @@
|
||||||
|
diff --git a/configure b/configure
|
||||||
|
index 0df332f7..df8143cf 100755
|
||||||
|
--- a/configure
|
||||||
|
+++ b/configure
|
||||||
|
@@ -6952,8 +6952,8 @@ $as_echo "$ac_cv_extra_warnings" >&6; }
|
||||||
|
|
||||||
|
if test $ac_cv_extra_warnings = yes
|
||||||
|
then
|
||||||
|
- CFLAGS_NODIST="$CFLAGS_NODIST -Wextra -Werror"
|
||||||
|
- CXXFLAGS_NODIST="$CXXFLAGS_NODIST -Wextra -Werror -Wno-implicit-fallthrough"
|
||||||
|
+ CFLAGS_NODIST="$CFLAGS_NODIST -Wextra"
|
||||||
|
+ CXXFLAGS_NODIST="$CXXFLAGS_NODIST -Wextra -Wno-implicit-fallthrough"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Python doesn't violate C99 aliasing rules, but older versions of
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index f6718e36..0a651e7d 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -1579,8 +1579,8 @@ yes)
|
||||||
|
|
||||||
|
if test $ac_cv_extra_warnings = yes
|
||||||
|
then
|
||||||
|
- CFLAGS_NODIST="$CFLAGS_NODIST -Wextra -Werror"
|
||||||
|
- CXXFLAGS_NODIST="$CXXFLAGS_NODIST -Wextra -Werror -Wno-implicit-fallthrough"
|
||||||
|
+ CFLAGS_NODIST="$CFLAGS_NODIST -Wextra"
|
||||||
|
+ CXXFLAGS_NODIST="$CXXFLAGS_NODIST -Wextra -Wno-implicit-fallthrough"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Python doesn't violate C99 aliasing rules, but older versions of
|
Loading…
Reference in a new issue