wok-next diff cgdb/receipt @ rev 14822
Up: libxfce4ui* (4.19.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jul 17 13:48:02 2013 +0200 (2013-07-17) |
parents | f12f31c20a9f |
children | eb8067417980 |
line diff
1.1 --- a/cgdb/receipt Sat May 21 18:26:24 2011 +0000 1.2 +++ b/cgdb/receipt Wed Jul 17 13:48:02 2013 +0200 1.3 @@ -9,6 +9,7 @@ 1.4 WEB_SITE="http://cgdb.sourceforge.net/" 1.5 WGET_URL="http://prdownloads.sourceforge.net/cgdb/$TARBALL" 1.6 TAGS="debugger" 1.7 +CROSS="error: cannot check for file existence when cross compiling" 1.8 1.9 DEPENDS="gdb ncurses readline" 1.10 BUILD_DEPENDS="ncurses-dev readline-dev" 1.11 @@ -16,7 +17,9 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - ./configure $CONFIGURE_ARGS && 1.16 + ./configure \ 1.17 + --build=$HOST_SYSTEM \ 1.18 + --host=$HOST_SYSTEM && 1.19 make && make install 1.20 } 1.21