Disable udev support. Not portable enough yet
This commit is contained in:
parent
4a47d32920
commit
0fa54ff8d8
@ -10,7 +10,7 @@ OS="linux"
|
||||
ARCH="x86"
|
||||
HOST="$ARCH-$OS-gnu"
|
||||
CFLAGS="-m32"
|
||||
LIBUSB_CONFIG="--disable-shared"
|
||||
USB4JAVA_LIBS="-lrt -ludev"
|
||||
LIBUSB_CONFIG="--disable-shared --disable-udev"
|
||||
USB4JAVA_LIBS="-lrt"
|
||||
|
||||
build
|
||||
|
||||
@ -10,8 +10,8 @@ OS="linux"
|
||||
ARCH="x86_64"
|
||||
HOST="$ARCH-$OS-gnu"
|
||||
CFLAGS="-m64 -Wl,--wrap=memcpy"
|
||||
LIBUSB_CONFIG="--disable-shared"
|
||||
USB4JAVA_LIBS="-lrt -ludev"
|
||||
LIBUSB_CONFIG="--disable-shared --disable-udev"
|
||||
USB4JAVA_LIBS="-lrt"
|
||||
USB4JAVA_CFLAGS="-DWRAP_MEMCPY"
|
||||
|
||||
build
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user