SHA256
1
0
forked from pool/libunistring
Petr Gajdos 2014-03-04 15:11:02 +00:00 committed by Git OBS Bridge
parent 1a91af0c81
commit 37f49951c9
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Tue Mar 4 13:47:50 UTC 2014 - pgajdos@suse.com
Tue Mar 4 13:48:59 UTC 2014 - pgajdos@suse.com
- fix parallel build
* added parallel-make.patch [bnc#866723] (private)

View File

@ -26,10 +26,13 @@ Group: Development/Libraries/C and C++
Url: http://www.gnu.org/software/libunistring/
Source0: libunistring-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
# Fix imported gnulib long double math tests for little-endian PowerPC
Patch1: libunistring-gnulib-ppc64le.patch
# https://github.com/openembedded/oe-core/blob/master/meta/recipes-support/libunistring/libunistring/parallelmake.patch
# http://lists.openembedded.org/pipermail/openembedded-core/2012-April/059850.html
Patch2: libunistring-parallel-make.patch
%description
@ -70,6 +73,7 @@ case folding and regular expressions).
%patch2
%build
autoreconf -fi
%configure --disable-static --disable-rpath --docdir=%_docdir/%name
make %{?_smp_mflags}