apache2, asciidoctor, capnproto: trigger rebuild

This commit is contained in:
Lucy Phipps 2021-10-04 17:50:11 +01:00
parent 57222b6523
commit cacf49ed84
No known key found for this signature in database
GPG Key ID: 8F688A3DB7869BFE
3 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,7 @@ TERMUX_PKG_RM_AFTER_INSTALL="share/apache2/manual etc/apache2/original share/man
TERMUX_PKG_EXTRA_MAKE_ARGS="-s"
TERMUX_PKG_SERVICE_SCRIPT=("httpd" 'exec httpd -DNO_DETACH 2>&1')
termux_step_pre_configure() {
# Certain packages are not safe to build on device because their
# build.sh script deletes specific files in $TERMUX_PREFIX.

View File

@ -10,6 +10,7 @@ TERMUX_PKG_PLATFORM_INDEPENDENT=true
_RUBY_VERSION=2.7
termux_step_make_install() {
local gemdir="$TERMUX_PREFIX/lib/ruby/gems/${_RUBY_VERSION}.0"

View File

@ -7,3 +7,4 @@ TERMUX_PKG_SRCURL=https://capnproto.org/capnproto-c++-${TERMUX_PKG_VERSION}.tar.
TERMUX_PKG_SHA256=83680aaef8c192b884e38eab418b8482d321af6ae7ab7befa3a9370b8e716aad
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_FORCE_CMAKE=true