mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 03:41:44 +00:00
c1582e1ad0
Update irqbalance version to 1.9.1 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
12 lines
273 B
Diff
12 lines
273 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -41,7 +41,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])
|
|
])
|
|
|