Accepting request 402808 from home:Zaitor:branches:GNOME:Factory

Trying again

OBS-URL: https://build.opensuse.org/request/show/402808
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++2?expand=0&rev=45
This commit is contained in:
Bjørn Lie 2016-06-19 11:33:03 +00:00 committed by Git OBS Bridge
parent fa1da32e7c
commit 465b83b3e0
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 16 19:19:09 UTC 2016 - zaitor@opensuse.org
- No longer apply libsigc++-std-c11.patch for Tumbleweed, not
needed anymore since GCC 6.
-------------------------------------------------------------------
Wed Mar 16 12:59:06 UTC 2016 - dimstar@opensuse.org

View File

@ -70,11 +70,11 @@ of use unmatched by other C++ callback libraries.
%prep
%setup -q -n %{_name}-%{version}
if [ $(gcc -dumpversion | awk -F. '{print $1}') -lt 6 ]; then
%patch0 -p1
fi
%build
# FIXME: Cannot autoreconf, bad templates:
#ACLOCAL="aclocal -I scripts" autoreconf -f -i
%configure --disable-static --with-pic
make %{?_smp_mflags}