cgdb: Fix another step of making cgdb cross compilable
This commit is contained in:
parent
12d0bbcbd0
commit
8d54025cd2
1 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,9 @@ pkgname=cgdb
|
||||||
version=0.7.0
|
version=0.7.0
|
||||||
revision=3
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_rl_version=6.3"
|
configure_args="ac_cv_rl_version=6.3
|
||||||
hostmakedepends="flex help2man"
|
ac_cv_file__proc_self_status=yes"
|
||||||
|
hostmakedepends="flex"
|
||||||
makedepends="ncurses-devel readline-devel"
|
makedepends="ncurses-devel readline-devel"
|
||||||
depends="gdb"
|
depends="gdb"
|
||||||
short_desc="Curses-based interface to the GNU Debugger"
|
short_desc="Curses-based interface to the GNU Debugger"
|
||||||
|
@ -14,5 +15,4 @@ homepage="http://cgdb.sourceforge.net"
|
||||||
distfiles="http://cgdb.me/files/cgdb-${version}.tar.gz"
|
distfiles="http://cgdb.me/files/cgdb-${version}.tar.gz"
|
||||||
checksum=bf7a9264668db3f9342591b08b2cc3bbb08e235ba2372877b4650b70c6fb5423
|
checksum=bf7a9264668db3f9342591b08b2cc3bbb08e235ba2372877b4650b70c6fb5423
|
||||||
|
|
||||||
# checking for /proc/self/status... configure: error: cannot check for file existence when cross compiling
|
nocross="checking Checking attribute printf support... cannot run test program while cross compiling"
|
||||||
nocross="https://build.voidlinux.eu/builders/armv6l_builder/builds/2314/steps/shell_3/logs/stdio"
|
|
||||||
|
|
Loading…
Reference in a new issue