Add patch to fix LIBPTHREAD macro in pkgconfig file. (#795582)
This commit is contained in:
parent
680fec3e7c
commit
3861550145
9
qrencode-fix-LIBPTHREAD-macro.patch
Normal file
9
qrencode-fix-LIBPTHREAD-macro.patch
Normal file
@ -0,0 +1,9 @@
|
||||
--- ./libqrencode.pc.in.orig 2012-02-20 15:36:29.983533958 -0800
|
||||
+++ ./libqrencode.pc.in.orig 2012-02-20 15:56:41.252501662 -0800
|
||||
@@ -6,5 +6,5 @@ includedir=@includedir@
|
||||
Name: libqrencode
|
||||
Description: A QR Code encoding library
|
||||
Version: @VERSION@
|
||||
-Libs: -L${libdir} -lqrencode @LIBPTHREAD@
|
||||
+Libs: -L${libdir} -lqrencode -pthread
|
||||
Cflags: -I${includedir}
|
||||
@ -1,6 +1,6 @@
|
||||
Name: qrencode
|
||||
Version: 3.2.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Generate QR 2D barcodes
|
||||
|
||||
Group: Applications/Engineering
|
||||
@ -61,6 +61,12 @@ sh test_all.sh
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 23 2012 Peter Gordon <peter@thecodergeek.com> - 3.2.0-2
|
||||
- Add patch to fix improper LIBPTHREAD macro in the pkgconfig file:
|
||||
+ fix-LIBPTHREAD-macro.patch
|
||||
- Resolves: #795582 (qrencode-devel: Malformed pkgconfig file causes build to
|
||||
fail ("@LIBPTHREAD@: No such file or directory"))
|
||||
|
||||
* Sun Jan 15 2012 Matthieu Saulnier <fantom@fedoraproject.org> - 3.2.0-1
|
||||
- update to 3.2.0
|
||||
- remove BuildRoot tag in spec file
|
||||
|
||||
Loading…
Reference in New Issue
Block a user