aalib: fixed build configuration
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39653 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b550b5570a
commit
897a584836
@ -36,8 +36,8 @@ define Build/Configure
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--without-x \
|
--without-x \
|
||||||
--without-x11-driver \
|
--with-x11-driver=no \
|
||||||
--without-slang-driver \
|
--with-slang-driver=no \
|
||||||
--with-ncurses=$(STAGING_DIR)/usr \
|
--with-ncurses=$(STAGING_DIR)/usr \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
11
libs/aalib/patches/002-configure.patch
Normal file
11
libs/aalib/patches/002-configure.patch
Normal file
@ -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,
|
Loading…
x
Reference in New Issue
Block a user