mirror of
https://git.openwrt.org/feed/packages.git
synced 2025-12-20 01:20:12 +08:00
This reverts commit 65d83de7f8.
Seems to cause trouble at least in ipq806x/R7800, so let's revert
for cautionary reasons.
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])
|
|
])
|
|
|