added export PTHREAD_LIBS="-lpthread"
This commit is contained in:
parent
b8a30d12e7
commit
c65dc6d23c
@ -13,7 +13,7 @@
|
|||||||
Summary: Protocol Buffers - Google's data interchange format
|
Summary: Protocol Buffers - Google's data interchange format
|
||||||
Name: protobuf
|
Name: protobuf
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: http://protobuf.googlecode.com/files/%{name}-%{version}.tar.bz2
|
Source: http://protobuf.googlecode.com/files/%{name}-%{version}.tar.bz2
|
||||||
@ -178,6 +178,7 @@ rm -rf java/src/test
|
|||||||
%build
|
%build
|
||||||
iconv -f iso8859-1 -t utf-8 CONTRIBUTORS.txt > CONTRIBUTORS.txt.utf8
|
iconv -f iso8859-1 -t utf-8 CONTRIBUTORS.txt > CONTRIBUTORS.txt.utf8
|
||||||
mv CONTRIBUTORS.txt.utf8 CONTRIBUTORS.txt
|
mv CONTRIBUTORS.txt.utf8 CONTRIBUTORS.txt
|
||||||
|
export PTHREAD_LIBS="-lpthread"
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
@ -316,6 +317,9 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 30 2009 Lev Shamardin <shamardin@gmail.com> - 2.2.0-2
|
||||||
|
- added export PTHREAD_LIBS="-lpthread"
|
||||||
|
|
||||||
* Fri Sep 18 2009 Lev Shamardin <shamardin@gmail.com> - 2.2.0-1
|
* Fri Sep 18 2009 Lev Shamardin <shamardin@gmail.com> - 2.2.0-1
|
||||||
- Upgraded to upstream protobuf-2.2.0
|
- Upgraded to upstream protobuf-2.2.0
|
||||||
- New -lite packages
|
- New -lite packages
|
||||||
|
Loading…
Reference in New Issue
Block a user