[Pkg-privacy-commits] [pidgin-otr] 152/255: Add -fno-strict-overflow to INSTALL.mingw
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:51:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch experimental
in repository pidgin-otr.
commit 97dc192fc11f81c2947812178249a3ae0038d491
Author: Ian Goldberg <iang at cs.uwaterloo.ca>
Date: Wed Aug 22 17:04:20 2012 -0400
Add -fno-strict-overflow to INSTALL.mingw
Add -fno-strict-overflow to the build instructions for libgpg-error and
libgcrypt in INSTALL.mingw
---
INSTALL.mingw | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/INSTALL.mingw b/INSTALL.mingw
index fe0681c..fb36a55 100644
--- a/INSTALL.mingw
+++ b/INSTALL.mingw
@@ -36,7 +36,7 @@ libgpg-error-1.0:
HOST_CC=gcc
DLLTOOL=i586-mingw32msvc-dlltool
AS=i586-mingw32msvc-as
- CFLAGS="-fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1"
+ CFLAGS="-fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fno-strict-overflow"
LDFLAGS="-pie"
export HOST_CC DLLTOOL AS CFLAGS LDFLAGS
./configure --with-pic --build=`./config.guess` --host=i586-mingw32msvc --prefix=/usr/i586-mingw32msvc
@@ -49,7 +49,7 @@ libgcrypt-1.2.1:
wget http://www.cypherpunks.ca/otr/rndw32.diff
tar -xvzf libgcrypt-1.2.1.tar.gz
cd /tmp/libgcrypt-1.2.1
- CFLAGS="-fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1"
+ CFLAGS="-fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fno-strict-overflow"
LDFLAGS="-pie"
export CFLAGS LDFLAGS
w32root=/usr/i586-mingw32msvc ./autogen.sh --build-w32
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pidgin-otr.git
More information about the Pkg-privacy-commits
mailing list