Accepting request 195969 from home:wrosenauer:devel
fix build OBS-URL: https://build.opensuse.org/request/show/195969 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-ccid?expand=0&rev=45
This commit is contained in:
parent
2012462033
commit
7bdb7d1bc0
@ -11,7 +11,9 @@ Tue Aug 13 18:16:31 UTC 2013 - wr@rosenauer.org
|
||||
* Add support of card movement notifications for multi-slot readers
|
||||
* Check libusb is at least at version 1.0.8
|
||||
* Get the serialconfdir value from pcsc-lite pkg config instead of
|
||||
using $(DESTDIR)/$(sysconfdir)/reader.conf.d/
|
||||
using $(DESTDIR)/$(sysconfdir)/reader.conf.d/ if not specified
|
||||
(pcsc-lite does not provide that information yet so the value
|
||||
is set manually
|
||||
* some minor bugs removed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -79,7 +79,8 @@ cp -a src/towitoko/README README.towitoko
|
||||
# not needed ATM
|
||||
#./bootstrap
|
||||
%configure\
|
||||
--enable-twinserial
|
||||
--enable-twinserial \
|
||||
--enable-serialconfdir=%{_sysconfdir}/reader.conf.d/
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user