File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ for p in ../avrdude-6.3-patches/*.patch; do echo Applying $p; patch -p0 < $p; do
32
32
autoreconf --force --install
33
33
./bootstrap
34
34
35
- CFLAGS=" $CFLAGS -I$PREFIX /include -I$PREFIX /include/libusb-1.0/ -L$PREFIX /lib"
36
- CXXFLAGS=" $CXXFLAGS -I$PREFIX /include -I$PREFIX /include/libusb-1.0/ -L$PREFIX /lib"
37
- LDFLAGS=" $LDFLAGS -I$PREFIX /include -I$PREFIX /include -L$PREFIX /lib"
35
+ CFLAGS=" $CFLAGS -I$PREFIX /include -I$PREFIX /ncurses -I $PREFIX /ncursesw -I $PREFIX /readline -I $PREFIX / include/libusb-1.0/ -L$PREFIX /lib"
36
+ CXXFLAGS=" $CXXFLAGS -I$PREFIX /include -I$PREFIX /ncurses -I $PREFIX /ncursesw -I $PREFIX /readline -I $PREFIX / include/libusb-1.0/ -L$PREFIX /lib"
37
+ LDFLAGS=" $LDFLAGS -I$PREFIX /include -I$PREFIX /ncurses -I $PREFIX /ncursesw -I $PREFIX /readline -I $PREFIX / include/libusb-1.0/ -L$PREFIX /lib"
38
38
CONFARGS=" --prefix=$PREFIX --enable-linuxgpio"
39
39
if [[ $CROSS_COMPILE != " " ]] ; then
40
40
CONFARGS=" $CONFARGS --host=$CROSS_COMPILE_HOST "
You can’t perform that action at this time.
0 commit comments