Accepting request 390756 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/390756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdbus-c++?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2016-04-28 14:50:23 +00:00 committed by Git OBS Bridge
commit 13d8c0bd62
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}