irqbalance: update to 1.9.1
[feed/packages.git] / utils / irqbalance / patches / 100-remove-libncursesw-dependency.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -41,7 +41,7 @@ PKG_CHECK_MODULES([NCURSESW], [ncursesw]
4 AS_IF([test "x$has_ncursesw" = "xyes"], [
5 AC_SUBST([NCURSESW_CFLAGS])
6 AC_SUBST([NCURSESW_LIBS])
7 - LIBS="$LIBS $NCURSESW_LIBS"
8 + LIBS="$LIBS"
9 AC_SUBST([LIBS])
10 ])
11