[mingw32-opensc] Disabled asserts

Kalev Lember kalev at fedoraproject.org
Mon Jan 3 14:43:33 UTC 2011


commit e2477bf54e601e3b7c3537c32cd79660b4d8b4f1
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Mon Jan 3 16:15:16 2011 +0200

    Disabled asserts

 mingw32-opensc.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/mingw32-opensc.spec b/mingw32-opensc.spec
index d48a098..e4fc7ba 100644
--- a/mingw32-opensc.spec
+++ b/mingw32-opensc.spec
@@ -48,6 +48,7 @@ sed -i -e 's|/usr/local/towitoko/lib/|%{_mingw32_libdir}/ctapi/|' etc/opensc.con
 
 %build
 %{_mingw32_configure}  --disable-static \
+  --disable-assert \
   --enable-pcsc
 make %{?_smp_mflags}
 
@@ -106,6 +107,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Mon Jan 03 2011 Kalev Lember <kalev at smartlink.ee> - 0.12.0-1
 - Update to 0.12.0
+- Disabled asserts
 
 * Mon Mar 01 2010 Kalev Lember <kalev at smartlink.ee> - 0.11.13-1
 - Update to 0.11.13


More information about the scm-commits mailing list