[root]/MacOSX
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
rousseau | 30 (100.0%) | 1318 (100.0%) | 43.9 |
No need to convert reader.h.in in reader.h since revision 5252.
235 lines of code changed in 3 files:
Use the full include path for libusb.h
1 lines of code changed in 1 file:
No need to respecify -arch in LDFLAGS since we already have the correct
architectures specified in CFLAGS
0 lines of code changed in 1 file:
Fix a comment: we do not use libusb-compat-0.1 any more
1 lines of code changed in 1 file:
Only link with libusb-1.0.a without the 0.1 compatibility layer now the
library has been ported to libusb-1.0 API
1 lines of code changed in 1 file:
- use libusb-1.0 and libusb-compat-0.1
- build for Snow Leopard
5 lines of code changed in 1 file:
update Copyright date
1 lines of code changed in 1 file:
try to use a static link with libusb even if libusb-config is found
4 lines of code changed in 1 file:
ifd-ccid-foobar -> ifd-ccid-foobar.bundle for the bundle name
1 lines of code changed in 1 file:
document the use of --enable-bundle=
3 lines of code changed in 1 file:
typo in comment
1 lines of code changed in 1 file:
use --enable-composite-as-multislot on Mac OS X since libhal is not
available on Mac OS X
3 lines of code changed in 1 file:
Use libusb-config to define LIBUSB_* variables
2 lines of code changed in 1 file:
use PKG_CHECK_EXISTS() before PKG_CHECK_MODULES() so that the *_CFLAGS
and *_LIBS are not erased if pkg-config does not find the searched lib
0 lines of code changed in 1 file:
do not overwrite LIBUSB_CFLAGS and LIBUSB_LIBS if libusb-config is found
11 lines of code changed in 1 file:
update FSF address
3 lines of code changed in 1 file:
link statically against libusb by default
2 lines of code changed in 1 file:
do not build a static driver
(building fails when linking statically with libusb)
4 lines of code changed in 1 file:
do not overwrite PCSC_CFLAGS, PCSC_LIBS, LIBUSB_CFLAGS and LIBUSB_LIBS
if already defined by the user
Closes [#310945] MacOSX/configure - disable forced OpenSC libusb usage,
permit other builds
5 lines of code changed in 1 file:
update Free Software Foundation mail address
2 lines of code changed in 1 file:
build infrastructure for Apple Mac OS X Leopard
1033 lines of code changed in 8 files: