Bug in configure-script
Hanno Böck <[email protected]>
| Newsgroups | gmane.comp.lib.libchipcard.devel |
|---|---|
| Message-ID | <[email protected]> |
I got this patch from a user of my gentoo-package of libchipcard. Please apply. > I've been working with libchipcard but had a problem while emerging. > smaller then the current installed. > so made a little patch that changed that... emerge went great that way :-)
opensc.patch
(text/x-patch, 646 B)
--- configure 2005-07-02 10:34:27.599223456 +0200
+++ configure2 2005-07-02 10:35:56.705677216 +0200
@@ -22426,7 +22426,7 @@
opensc_versionstring="`$opensc_dir/bin/opensc-config --version`"
echo "$as_me:$LINENO: result: found $opensc_versionstring" >&5
echo "${ECHO_T}found $opensc_versionstring" >&6
- if test "$wantedversion" \< "${opensc_versionstring}"; then
+ if test "$wantedversion" \> "${opensc_versionstring}"; then
{ { echo "$as_me:$LINENO: error: Your OpenSC version is too old.
Please update from http://www.opensc.org/" >&5
echo "$as_me: error: Your OpenSC version is too old.
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQBC1BWor2QksT29OyARAluvAKCIRRLjCBYPvtRKOCq02AL330dpMQCfcG3H bWqUaOFpZwjJ9Bv6c+RPmFw= =d1Lr -----END PGP SIGNATURE-----