wok-current diff gdb-python/receipt @ rev 15780
busybox: fix unmappable insmod
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 13 00:00:03 2014 +0100 (2014-01-13) |
parents | a065fc6a87fe |
children | e5abf3dfdfb0 |
line diff
1.1 --- a/gdb-python/receipt Sun Sep 22 16:24:55 2013 +0200 1.2 +++ b/gdb-python/receipt Mon Jan 13 00:00:03 2014 +0100 1.3 @@ -21,7 +21,7 @@ 1.4 cd $src 1.5 ./configure --prefix=/usr \ 1.6 --disable-werror $CONFIGURE_ARGS && \ 1.7 - make $MAKEFLAGS 2>&1 | grep -v STRERROR && 1.8 + make $MAKEFLAGS && 1.9 make DESTDIR=$DESTDIR install 1.10 } 1.11