mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
490dfa34a4
Update irqbalance to version 1.7.0
Refresh patches.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit a32b41d3f0)
12 lines
273 B
Diff
12 lines
273 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -32,7 +32,7 @@ PKG_CHECK_MODULES([NCURSESW], [ncursesw]
|
|
AS_IF([test "x$has_ncursesw" = "xyes"], [
|
|
AC_SUBST([NCURSESW_CFLAGS])
|
|
AC_SUBST([NCURSESW_LIBS])
|
|
- LIBS="$LIBS $NCURSESW_LIBS"
|
|
+ LIBS="$LIBS"
|
|
AC_SUBST([LIBS])
|
|
])
|
|
|