mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Bump the libusb major version due to the last commit, which
changes the libusb 1.0 API. While at it, correct a manual page symlink. Suggested by: kib @
This commit is contained in:
parent
084f679591
commit
93fab61dfa
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
LIB= usb
|
||||
SHLIB_MAJOR= 2
|
||||
SHLIB_MAJOR= 3
|
||||
SHLIB_MINOR= 0
|
||||
SRCS= libusb20.c
|
||||
SRCS+= libusb20_desc.c
|
||||
|
|
@ -70,7 +70,7 @@ MLINKS += libusb.3 libusb_detach_kernel_driver.3
|
|||
MLINKS += libusb.3 libusb_detach_kernel_driver_np.3
|
||||
MLINKS += libusb.3 libusb_attach_kernel_driver.3
|
||||
MLINKS += libusb.3 libusb_get_device_descriptor.3
|
||||
MLINKS += libusb.3 libsub_get_active_config_descriptor.3
|
||||
MLINKS += libusb.3 libusb_get_active_config_descriptor.3
|
||||
MLINKS += libusb.3 libusb_get_config_descriptor.3
|
||||
MLINKS += libusb.3 libusb_get_config_descriptor_by_value.3
|
||||
MLINKS += libusb.3 libusb_free_config_descriptor.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue