From: Hauke Mehrtens Date: Fri, 21 Feb 2014 20:15:32 +0000 (+0000) Subject: aalib: fixed build configuration X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=53ab725703b59a14f56b06587b6a5a47c9e1b7c3;p=openwrt%2Fsvn-archive%2Fpackages.git aalib: fixed build configuration Signed-off-by: Michel Stempin SVN-Revision: 39653 --- diff --git a/libs/aalib/Makefile b/libs/aalib/Makefile index 274584bfa..a980bf114 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 000000000..945d3deaa --- /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,