Skip to content

Commit 234005a

Browse files
committed
Force eudev to accept automake 1.11
1 parent 8771440 commit 234005a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libhidapi.build.bash

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ if [[ $TARGET_OS == "GNU/Linux" ]] ; then
2929
wget https://github.com/gentoo/eudev/archive/v3.1.3.tar.gz
3030
tar xvf v3.1.3.tar.gz
3131
cd eudev-3.1.3
32+
sed -i 's|foreign 1.13|foreign 1.11|g' configure.ac
3233
./autogen.sh
3334
./configure --enable-static --disable-gudev --disable-introspection --disable-shared --disable-blkid --disable-kmod --disable-manpages --prefix=$PREFIX $CONFARGS
3435
make clean

0 commit comments

Comments
 (0)