- 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
This commit is contained in:
Marcus Rückert 2013-02-11 11:20:23 +00:00 committed by Git OBS Bridge
parent 175ceaa3da
commit d2e085dc46
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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 \