Accepting request 390729 from GNOME:Next

Stop exporting CFLAGS and CXXFLAGS, no longer needed due to changes in libsigc++.

OBS-URL: https://build.opensuse.org/request/show/390729
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtkmm2?expand=0&rev=79
This commit is contained in:
Bjørn Lie 2016-04-29 12:01:34 +00:00 committed by Git OBS Bridge
parent bd61677545
commit c435f65235
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 19 13:10:26 UTC 2016 - zaitor@opensuse.org
- Stop exporting CFLAGS and CXXFLAGS, no longer needed due to
changes in libsigc++.
-------------------------------------------------------------------
Thu Aug 20 20:45:35 UTC 2015 - zaitor@opensuse.org

View File

@ -78,8 +78,6 @@ freely combined to quickly create complex user interfaces.
%patch0 -p1
%build
export CFLAGS="%{optflags} -std=c++11"
export CXXFLAGS="%{optflags} -std=c++11"
%configure \
--disable-static
make %{?_smp_mflags} gtkmm_docdir=%{_docdir}/%{name}/docs