bircoph 15/01/10 06:26:48 Added: irssi-otr-1.0.0-cflags.patch Log: Fix bug 518958 Signed-off-by: Andrew Savchenko <birc...@gentoo.org> (Portage version: 2.2.15/cvs/Linux i686, signed Manifest commit with key 565953B95372756C)
Revision Changes Path 1.1 net-irc/irssi-otr/files/irssi-otr-1.0.0-cflags.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irssi-otr/files/irssi-otr-1.0.0-cflags.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/irssi-otr/files/irssi-otr-1.0.0-cflags.patch?rev=1.1&content-type=text/plain Index: irssi-otr-1.0.0-cflags.patch =================================================================== --- configure.ac 2014-02-13 04:50:45.000000000 +0400 +++ configure.ac.new 2014-12-07 12:13:17.346849284 +0300 @@ -64,7 +64,7 @@ LT_INIT -CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing -fstack-protector-all -D_FORTIFY_SOURCE=2 -O1 -Wl,-z,relro,-z,now -fPIE -pie $PACKAGE_CFLAGS" +CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing -fstack-protector-all -D_FORTIFY_SOURCE=2 -Wl,-z,relro,-z,now -fPIE -pie $PACKAGE_CFLAGS" DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_builddir) -I\$(top_builddir)/src -I\$(top_builddir)/include" AC_SUBST(DEFAULT_INCLUDES)