chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3950be8
)
lighttpd: Depend on libcrypt for mod_auth
author
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 21 Jun 2016 22:44:41 +0000
(18:44 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 21 Jun 2016 22:44:41 +0000
(18:44 -0400)
packages/lighttpd/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/lighttpd/build.sh
b/packages/lighttpd/build.sh
index 76675d16b840cd05a206d3aeace36ce0b5eb3a1f..77aa662f6bf1bbb7f283d5b0fc8ea35a7d40ad83 100644
(file)
--- a/
packages/lighttpd/build.sh
+++ b/
packages/lighttpd/build.sh
@@
-1,10
+1,10
@@
TERMUX_PKG_HOMEPAGE=http://www.lighttpd.net
TERMUX_PKG_DESCRIPTION="Web server optimized for speed-critical environments while remaining standards-compliant, secure and flexible"
TERMUX_PKG_VERSION=1.4.39
TERMUX_PKG_HOMEPAGE=http://www.lighttpd.net
TERMUX_PKG_DESCRIPTION="Web server optimized for speed-critical environments while remaining standards-compliant, secure and flexible"
TERMUX_PKG_VERSION=1.4.39
-TERMUX_PKG_BUILD_REVISION=
1
+TERMUX_PKG_BUILD_REVISION=
2
TERMUX_PKG_SRCURL=http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-bzip2 --with-openssl --with-pcre --with-zlib"
TERMUX_PKG_SRCURL=http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-bzip2 --with-openssl --with-pcre --with-zlib"
-TERMUX_PKG_DEPENDS="libbz2, openssl, pcre"
+TERMUX_PKG_DEPENDS="libbz2, openssl, pcre
, libcrypt
"
TERMUX_PKG_RM_AFTER_INSTALL="bin/lighttpd-angel"
# liblog for syslog:
LDFLAGS="$LDFLAGS -llog"
TERMUX_PKG_RM_AFTER_INSTALL="bin/lighttpd-angel"
# liblog for syslog:
LDFLAGS="$LDFLAGS -llog"