Browse Source

Merge pull request #3247 from Grimler91/apache2

apache2: add missing dependency libuuid
android-5
Henrik Grimler 6 years ago
committed by GitHub
parent
commit
5f9ae80a30
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/apache2/build.sh

2
packages/apache2/build.sh

@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_VERSION=2.4.37
TERMUX_PKG_SHA256=3498dc5c6772fac2eb7307dc7963122ffe243b5e806e0be4fb51974ff759d726
TERMUX_PKG_SRCURL=https://www.apache.org/dist/httpd/httpd-$TERMUX_PKG_VERSION.tar.bz2
TERMUX_PKG_DEPENDS="apr, apr-util, pcre, openssl, libcrypt, libandroid-support, libnghttp2, libexpat"
TERMUX_PKG_DEPENDS="apr, apr-util, pcre, openssl, libcrypt, libandroid-support, libnghttp2, libexpat, libuuid"
TERMUX_PKG_CONFFILES="
etc/apache2/httpd.conf
etc/apache2/extra/httpd-autoindex.conf

Loading…
Cancel
Save