6c29aaa1c7
This will make things as std::to_string() and other C++ features work with a modern and supported C++ library. We package up libc++_shared.so and bump the revision of every C++ using package to make it rebuild against it. Users who have built C++ using libraries or programs will probably need to rebuild them if they are linked against Termux-supplied libraries, as user code was previously linked against gnustl while the system libraries are now using libc++, and it's not a good idea to mix C++ standard libraries in a program.
16 lines
714 B
Bash
16 lines
714 B
Bash
TERMUX_PKG_HOMEPAGE=https://cgdb.github.io/
|
|
TERMUX_PKG_DESCRIPTION="A lightweight curses (terminal-based) interface to the GNU Debugger (GDB)"
|
|
TERMUX_PKG_DEPENDS="ncurses,readline,gdb,libutil"
|
|
TERMUX_PKG_VERSION=0.7.0
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://cgdb.me/files/cgdb-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=bf7a9264668db3f9342591b08b2cc3bbb08e235ba2372877b4650b70c6fb5423
|
|
TERMUX_PKG_FOLDERNAME=cgdb-${TERMUX_PKG_VERSION}
|
|
TERMUX_PKG_BUILD_IN_SRC="yes"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
ac_cv_lib_ncursesw6_addnwstr=yes ac_cv_file__dev_ptmx=yes
|
|
ac_cv_func_setpgrp_void=true ac_cv_rl_version=7
|
|
ac_cv_file__proc_self_status=yes
|
|
"
|
|
TERMUX_PKG_RM_AFTER_INSTALL="share/applications share/pixmaps"
|