File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ cd avrdude-6.3
26
26
27
27
patch -p1 < ../avrdude-6.3-patches/90*
28
28
29
- export CFLAGS=" -I$PREFIX /include -I$PREFIX /ncurses -I$PREFIX /ncursesw -I$PREFIX /readline -I$PREFIX /include/libusb-1.0 $CFLAGS "
29
+ export CFLAGS=" -I$PREFIX /include -I$PREFIX /include/hidapi -I $PREFIX /include/libelf -I $PREFIX /include/ ncurses -I$PREFIX /include/ ncursesw -I$PREFIX /include /readline -I$PREFIX /include/libusb-1.0 $CFLAGS "
30
30
export LDFLAGS=" -L$PREFIX /lib $LDFLAGS "
31
31
32
32
autoreconf --force --install
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if [[ $TARGET_OS == "GNU/Linux" ]] ; then
29
29
git clone https://github.com/gentoo/eudev.git --depth 1
30
30
cd eudev
31
31
./autogen.sh
32
- ./configure --enable-static --disable-shared --disable-blkid --disable-kmod --disable-manpages --prefix=$PREFIX
32
+ ./configure --enable-static --disable-shared --disable-blkid --disable-kmod --disable-manpages --prefix=$PREFIX $CONFARGS
33
33
make clean
34
34
make -j4
35
35
make install
You can’t perform that action at this time.
0 commit comments