From 1317e273a40c897b9a5613dddb91d50f19365d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Sat, 25 Apr 2020 20:16:46 +0200 Subject: httpd: configure completes, still WIP. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucio Andrés Illanes Albornoz --- vars/httpd.vars | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vars/httpd.vars (limited to 'vars') diff --git a/vars/httpd.vars b/vars/httpd.vars new file mode 100644 index 00000000..7735e2d4 --- /dev/null +++ b/vars/httpd.vars @@ -0,0 +1,8 @@ +# +# set +o errexit -o noglob -o nounset is assumed. +# + +: ${PKG_HTTPD_CONFIG_CACHE_EXTRA:=" +ap_cv_void_ptr_lt_long=no"}; + +# vim:filetype=sh textwidth=0 -- cgit v1.2.3