[opensc] Disabled asserts

Kalev Lember kalev at fedoraproject.org
Mon Jan 3 12:27:58 UTC 2011


commit ec7b4146af8bf6be612d6a9fb6e3b33d4ba994fb
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Mon Jan 3 14:23:41 2011 +0200

    Disabled asserts

 opensc.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/opensc.spec b/opensc.spec
index 8bb166d..7b54e55 100644
--- a/opensc.spec
+++ b/opensc.spec
@@ -1,6 +1,6 @@
 Name:           opensc
 Version:        0.12.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Smart card library and applications
 
 Group:          System Environment/Libraries
@@ -39,6 +39,7 @@ sed -i -e 's|/usr/local/towitoko/lib/|/usr/lib/ctapi/|' etc/opensc.conf.in
 
 %build
 %configure  --disable-static \
+  --disable-assert \
   --enable-pcsc \
   --enable-doc \
   --with-pcsc-provider=libpcsclite.so.1
@@ -113,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jan 03 2011 Kalev Lember <kalev at smartlink.ee> - 0.12.0-2
+- Disabled asserts
+
 * Mon Jan 03 2011 Kalev Lember <kalev at smartlink.ee> - 0.12.0-1
 - Update to 0.12.0
 - Removed and obsoleted mozilla-opensc-signer and opensc-devel subpackages


More information about the scm-commits mailing list