X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/637f22d133aac8c8cc7db18638258c8f4646b688..544181cd4fe22c3696af5d5d7d97a920dbc279c6:/packages/procps/build.sh diff --git a/packages/procps/build.sh b/packages/procps/build.sh index f9af9f88..c701a293 100644 --- a/packages/procps/build.sh +++ b/packages/procps/build.sh @@ -1,18 +1,16 @@ TERMUX_PKG_HOMEPAGE=https://packages.debian.org/sid/procps TERMUX_PKG_DESCRIPTION="Utilities that give information about processes using the /proc filesystem" -TERMUX_PKG_VERSION=3.3.10 -TERMUX_PKG_BUILD_REVISION=1 -TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_VERSION=3.3.12 +TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_SHA256=6ed65ab86318f37904e8f9014415a098bec5bc53653e5d9ab404f95ca5e1a7d4 TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_FOLDERNAME=procps-ng-${TERMUX_PKG_VERSION} -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_search_dlopen= --enable-sigwinch" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_search_dlopen= --enable-sigwinch --disable-modern-top" TERMUX_PKG_DEPENDS="ncurses" # https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/141168: # "For compatibility between distributions, can we have /bin/kill made available from coreutils?" TERMUX_PKG_RM_AFTER_INSTALL="bin/kill share/man/man1/kill.1 usr/bin/w share/man/man1/w.1 usr/bin/slabtop share/man/man1/slabtop.1" -CPPFLAGS+=" -Ddirect=dirent" - -termux_step_post_massage () { - mv usr/bin/* bin/ +termux_step_pre_configure() { + CFLAGS+=" -DHOST_NAME_MAX=255" }