diff options
author | Ørjan Malde <red@foxi.me> | 2024-02-22 01:34:38 +0100 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2024-02-22 01:34:38 +0100 |
commit | 596ccefa6805a19e517ead04df9f6383bf1c38c9 (patch) | |
tree | 973a3b347102f699636ff47b4b3bff378134913e | |
parent | f1d9d0050bf8af7490fe07a8eb43ecf4694e953a (diff) | |
download | midipix_build-596ccefa6805a19e517ead04df9f6383bf1c38c9.tar.bz2 midipix_build-596ccefa6805a19e517ead04df9f6383bf1c38c9.tar.xz |
groups.d/231.native_packages_etc.group: cherokee: configure w/o ssl
Signed-off-by: Ørjan Malde <red@foxi.me>
-rw-r--r-- | groups.d/231.native_packages_etc.group | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groups.d/231.native_packages_etc.group b/groups.d/231.native_packages_etc.group index 0080cd00..1887f845 100644 --- a/groups.d/231.native_packages_etc.group +++ b/groups.d/231.native_packages_etc.group @@ -58,7 +58,7 @@ zstd"; : ${PKG_BZIP2_MAKE_INSTALL_VNAME:=PREFIX}; : ${PKG_CHEROKEE_DEPENDS:="libz"}; : ${PKG_CHEROKEE_URLS_GIT:=cherokee=https://github.com/cherokee/webserver.git@master}; -: ${PKG_CHEROKEE_CONFIGURE_ARGS_EXTRA:="--with-python=${PREFIX}/bin/python2 --without-epoll --without-php --without-ffmpeg"}; +: ${PKG_CHEROKEE_CONFIGURE_ARGS_EXTRA:="--with-python=${PREFIX}/bin/python2 --without-epoll --without-php --without-ffmpeg --without-libssl"}; : ${PKG_CHEROKEE_IN_TREE:=1}; : ${PKG_CLZIP_SHA256SUM:=7ac9fbf5036bf50fb0b6a20e84d2293cb0d24d4044eaf33cbe9760bb9e7fea7a}; : ${PKG_CLZIP_VERSION:=1.13}; |