diff options
Diffstat (limited to 'vars/httpd.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 |