[Pcsclite-git-commit] [CCID] 01/04: MacOSX/configure: remove reference to libusbx

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri Dec 16 17:55:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository CCID.

commit f66d361b0ad8346c68afb2e6351e7d1e444d561b
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Fri Dec 16 09:37:17 2016 +0100

    MacOSX/configure: remove reference to libusbx
    
    libusbx is a dead project and has been replaced by libusb.
---
 MacOSX/configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MacOSX/configure b/MacOSX/configure
index ab95d23..069342b 100755
--- a/MacOSX/configure
+++ b/MacOSX/configure
@@ -42,7 +42,7 @@ fi
 PCSC_CFLAGS=${PCSC_CFLAGS:--I$(pwd)/MacOSX}
 PCSC_LIBS=${PCSC_LIBS:--framework PCSC}
 
-# use libusb-1.0 (or libusbx-1.0)
+# use libusb-1.0
 LIBUSB_ARCHIVE=$(pkg-config --variable=libdir libusb-1.0)/libusb-1.0.a
 LIBUSB_CFLAGS=$(pkg-config --cflags --static libusb-1.0)
 LIBUSB_LIBS=$(pkg-config --libs --static libusb-1.0)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/CCID.git



More information about the Pcsclite-cvs-commit mailing list