wok-6.x diff cgdb/receipt @ rev 11214
Add from wok-undigest: rlwrap pamtester php-auth-pam python-xlib qoauth gnome-desktop gnome-desktop-dev gnome-ppp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 03 17:16:52 2011 +0100 (2011-11-03) |
parents | f12f31c20a9f |
children | eb8067417980 |
line diff
1.1 --- a/cgdb/receipt Sat May 21 18:26:24 2011 +0000 1.2 +++ b/cgdb/receipt Thu Nov 03 17:16:52 2011 +0100 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