diff options
author | Ørjan Malde <red@foxi.me> | 2020-04-25 20:16:46 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-04-25 19:19:37 +0100 |
commit | 1317e273a40c897b9a5613dddb91d50f19365d97 (patch) | |
tree | c517325c631661d7801f12a77435462432146158 /vars | |
parent | f9f61863444b819f571ff6054ab675e028aac897 (diff) | |
download | midipix_build-1317e273a40c897b9a5613dddb91d50f19365d97.tar.bz2 midipix_build-1317e273a40c897b9a5613dddb91d50f19365d97.tar.xz |
httpd: configure completes, still WIP.
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'vars')
-rw-r--r-- | vars/httpd.vars | 8 |
1 files changed, 8 insertions, 0 deletions
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 |