From f77f357b730bc2657571b3327df8560a21acd297bdf7871d8758f6a2e998b2dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 20 Apr 2016 06:48:28 +0000 Subject: [PATCH] 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 --- libdbus-c++.changes | 6 ++++++ libdbus-c++.spec | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libdbus-c++.changes b/libdbus-c++.changes index db9baea..0146db2 100644 --- a/libdbus-c++.changes +++ b/libdbus-c++.changes @@ -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 diff --git a/libdbus-c++.spec b/libdbus-c++.spec index b52b160..7b22e27 100644 --- a/libdbus-c++.spec +++ b/libdbus-c++.spec @@ -98,8 +98,6 @@ optional own main loop. Files for building against libdbus-c++ %build #./autogen.sh 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 make %{?_smp_flags}