8351ac3e98
Changelogs: https://github.com/dfu-programmer/dfu-programmer/releases/tag/v0.8.0 https://github.com/dfu-programmer/dfu-programmer/releases/tag/v0.8.1 https://github.com/dfu-programmer/dfu-programmer/releases/tag/v0.9.0 https://github.com/dfu-programmer/dfu-programmer/releases/tag/v1.0.0 https://github.com/dfu-programmer/dfu-programmer/releases/tag/v1.1.0 - Upstream migrated to GitHub. - Replace PORTVERSION with DISTVERSION. - Add option BASH_COMPLETIONS. PR: 292229 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
12 lines
429 B
Plaintext
12 lines
429 B
Plaintext
--- configure.ac.orig 2023-07-08 20:59:08 UTC
|
|
+++ configure.ac
|
|
@@ -26,7 +26,7 @@ AC_FUNC_MEMCMP
|
|
#AC_CHECK_FUNC([memset], :, [AC_CHECK_LIB([libc], [libc])])
|
|
|
|
# Checks for libusb.
|
|
-AC_SEARCH_LIBS(libusb_init, usb-1.0,, [AC_MSG_ERROR([libusb 1.0 not found])])
|
|
+AC_SEARCH_LIBS(libusb_init, usb,, [AC_MSG_ERROR([libusb 1.0 not found])])
|
|
|
|
AC_CONFIG_FILES(fedora/dfu-programmer.spec Makefile docs/Makefile src/Makefile)
|
|
AC_OUTPUT
|