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:
parent
fa1da32e7c
commit
465b83b3e0
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user