From d2e085dc46f7dadcc5605f059917b66f015e9839736d8a81c17b0b5b53af381e Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 11 Feb 2013 11:20:23 +0000 Subject: [PATCH] - added dante-devel to buildrequires to fix the socks support (bnc#794748) - added -fno-strict-aliasing to the cflags OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=41 --- irssi.changes | 7 +++++++ irssi.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/irssi.changes b/irssi.changes index a9898d1..460ef67 100644 --- a/irssi.changes +++ b/irssi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 11 11:19:29 UTC 2013 - mrueckert@suse.de + +- added dante-devel to buildrequires to fix the socks support + (bnc#794748) +- added -fno-strict-aliasing to the cflags + ------------------------------------------------------------------- Mon Feb 13 10:47:57 UTC 2012 - coolo@suse.com diff --git a/irssi.spec b/irssi.spec index 55157a4..aaa6cb7 100644 --- a/irssi.spec +++ b/irssi.spec @@ -23,6 +23,7 @@ Release: 0 # # BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: dante-devel BuildRequires: glib2-devel BuildRequires: ncurses-devel BuildRequires: openssl-devel @@ -96,6 +97,7 @@ Authors: %if 0%{?sles_version} == 9 export PKG_CONFIG_PATH="/opt/gnome/%{_lib}/pkgconfig:$PKG_CONFIG_PATH" %endif +export CFLAGS="%{optflags} -fno-strict-aliasing" %configure \ --enable-ipv6 \ --with-bot \