morris / abslibre

Forked from abslibre 2 years ago
Clone

a1bf160 pcr: libosmocore: fix libremakepkg build due to missing libusb

Authored and Committed by Denis 'GNUtoo' Carikli 2 years ago
    pcr: libosmocore: fix libremakepkg build due to missing libusb
    
    Without that fix it builds fine with makepkg if you have libusb
    installed but it fails with libremakepkg with the following error:
     |  checking for LIBUSB... no
     |  configure: error: Package requirements (libusb-1.0) were not met:
     |
     |  Package 'libusb-1.0', required by 'virtual:world', not found
     |
     |  Consider adjusting the PKG_CONFIG_PATH environment variable if you
     |  installed software in a non-standard prefix.
     |
     |  Alternatively, you may set the environment variables LIBUSB_CFLAGS
     |  and LIBUSB_LIBS to avoid the need to call pkg-config.
     |  See the pkg-config man page for more details.
    
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
    
        
file modified
+3 -3