12
0

Accepting request 228293 from GNOME:Next

- Pass --disable-more-warnings to configure: deal with deprecations
  in libraries (like libgnome-keyring).

OBS-URL: https://build.opensuse.org/request/show/228293
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager-strongswan?expand=0&rev=10
This commit is contained in:
2014-04-02 09:36:29 +00:00
committed by Git OBS Bridge
parent 311ba52ef0
commit 1ea49cf80d
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 31 10:20:48 UTC 2014 - dimstar@opensuse.org
- Pass --disable-more-warnings to configure: deal with deprecations
in libraries (like libgnome-keyring).
-------------------------------------------------------------------
Mon Jun 10 08:57:49 UTC 2013 - i@marguerite.su

View File

@@ -1,7 +1,7 @@
#
# spec file for package NetworkManager-strongswan
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -70,7 +70,8 @@ cp %{SOURCE1} README.SUSE
%build
%configure\
--disable-static
--disable-static \
--disable-more-warnings
%__make %{?_smp_flags}
%install