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
2626
2727patch -p1 < ../avrdude-6.3-patches/90*
2828
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 "
3030export LDFLAGS=" -L$PREFIX /lib $LDFLAGS "
3131
3232autoreconf --force --install
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if [[ $TARGET_OS == "GNU/Linux" ]] ; then
2929git clone https://github.com/gentoo/eudev.git --depth 1
3030cd eudev
3131./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
3333make clean
3434make -j4
3535make install
You can’t perform that action at this time.
0 commit comments