Accepting request 390732 from GNOME:Next

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

OBS-URL: https://build.opensuse.org/request/show/390732
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdbus-c++?expand=0&rev=16
This commit is contained in:
Ismail Dönmez 2016-04-20 06:48:28 +00:00 committed by Git OBS Bridge
parent 8f799bd657
commit f77f357b73
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 19 13:12:38 UTC 2016 - zaitor@opensuse.org
- Stop exporting CFLAGS and CXXFLAGS, no longer needed due to
changes in libsigc++.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 3 19:52:06 UTC 2016 - mpluskal@suse.com Wed Feb 3 19:52:06 UTC 2016 - mpluskal@suse.com

View File

@ -98,8 +98,6 @@ optional own main loop. Files for building against libdbus-c++
%build %build
#./autogen.sh #./autogen.sh
export LDFLAGS="$LDFLAGS -lexpat -lpthread" export LDFLAGS="$LDFLAGS -lexpat -lpthread"
export CFLAGS="%{optflags} -std=gnu++11"
export CXXFLAGS="%{optflags} -std=gnu++11"
%configure --disable-ecore --enable-doxygen-docs --enable-static=no %configure --disable-ecore --enable-doxygen-docs --enable-static=no
make %{?_smp_flags} make %{?_smp_flags}