forked from pool/libunistring
This commit is contained in:
parent
1a91af0c81
commit
37f49951c9
@ -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)
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user