wok diff ola/receipt @ rev 22984
updated keyutils and keyutils-dev (1.6 -> 1.6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 01 07:46:00 2020 +0100 (2020-03-01) |
parents | 27d9d973abab |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/ola/receipt Wed Dec 16 12:43:42 2015 +0200 1.2 +++ b/ola/receipt Sun Mar 01 07:46:00 2020 +0100 1.3 @@ -17,6 +17,11 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's|libusb_set_debug(m_context,\(.*\);|#if LIBUSB_API_VERSION >= 0x01000106\ 1.8 + libusb_set_option(m_context, LIBUSB_OPTION_LOG_LEVEL,\1;\ 1.9 +#else\ 1.10 + \0\ 1.11 +#endif|' tools/ja-rule/USBDeviceManager.cpp plugins/usbdmx/*yncPluginImpl.cpp 1.12 export LDFLAGS="$LDFLAGS -ltinfo" 1.13 autoreconf -i 1.14 ./configure \