Signed-off-by: Michel Stempin <[email protected]>
---
 libs/aalib/Makefile                    |    4 ++--
 libs/aalib/patches/002-configure.patch |   11 +++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 libs/aalib/patches/002-configure.patch

diff --git a/libs/aalib/Makefile b/libs/aalib/Makefile
index 274584b..a980bf1 100644
--- a/libs/aalib/Makefile
+++ b/libs/aalib/Makefile
@@ -36,8 +36,8 @@ define Build/Configure
                --enable-shared \
                --enable-static \
                --without-x \
-               --without-x11-driver \
-               --without-slang-driver \
+               --with-x11-driver=no \
+               --with-slang-driver=no \
                --with-ncurses=$(STAGING_DIR)/usr \
        )
 endef
diff --git a/libs/aalib/patches/002-configure.patch 
b/libs/aalib/patches/002-configure.patch
new file mode 100644
index 0000000..945d3de
--- /dev/null
+++ b/libs/aalib/patches/002-configure.patch
@@ -0,0 +1,11 @@
+--- a/configure.in
++++ b/configure.in
+@@ -88,7 +88,7 @@
+ AC_ARG_WITH(slang-driver,
+         [  --with-slang-driver=no   Used to disable slang driver],[
+       if test x$withval = xno; then
+-        vga_driver_test=no
++        slang_driver_test=no
+       fi
+ ])
+ AC_ARG_WITH(curses-driver,
-- 
1.7.10.4
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to