]> git.pld-linux.org Git - packages/opensc.git/blobdiff - opensc.spec
- added fix for SEGV
[packages/opensc.git] / opensc.spec
index ec2579b000a7f767002a17bea69707c4f2a9b0af..48cdf1958d8d74d6740a55aeb64905f0359f4144 100644 (file)
@@ -6,6 +6,8 @@ Release:        1
 License:       LGPL
 Group:         Applications
 Source0:       http://www.opensc.org/files/%{name}-%{version}.tar.gz
+Patch0:                %{name}-nolibs.patch
+Patch1:                %{name}-segv.patch
 URL:           http://www.opensc.org/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -75,6 +77,8 @@ Modu
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
This page took 0.031034 seconds and 4 git commands to generate.