[mingw-libsqlite3x] Add explicit dependency on mingw32-pthreads

epienbro epienbro at fedoraproject.org
Wed Mar 7 20:18:07 UTC 2012


commit a30ef7ef5b1e9ba5e0c501348fdc6b30e4f40da1
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 21:18:01 2012 +0100

    Add explicit dependency on mingw32-pthreads

 mingw-libsqlite3x.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/mingw-libsqlite3x.spec b/mingw-libsqlite3x.spec
index 66341b8..af011d5 100644
--- a/mingw-libsqlite3x.spec
+++ b/mingw-libsqlite3x.spec
@@ -29,6 +29,7 @@ BuildRequires:  mingw32-filesystem >= 52
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-gcc-c++
 BuildRequires:  mingw32-binutils
+BuildRequires:  mingw32-pthreads
 
 %description
 sqlite3 is a slick embedded SQL server written in C. It's easy to use,
@@ -102,6 +103,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 - Use mingw macros without leading underscore
 - Dropped unneeded RPM tags
 - Dropped .la files
+- Add explicit dependency on mingw32-pthreads
 
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 20071018-14
 - Rebuild against the mingw-w64 toolchain


More information about the scm-commits mailing list