summaryrefslogtreecommitdiffhomepage
path: root/vars/nginx.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-05 19:08:11 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-05 21:24:26 +0000
commit8022154108dde14f47722bd1a18a475ef2a3f95d (patch)
tree6215baa0f5338e3cfc7693f8bbdfaeef844744ad /vars/nginx.vars
parentc1aae3835fe7d398b3e22f915fe6d7913b17ee44 (diff)
downloadmidipix_build-8022154108dde14f47722bd1a18a475ef2a3f95d.tar.bz2
midipix_build-8022154108dde14f47722bd1a18a475ef2a3f95d.tar.xz
build.sh, {subr,vars}/*: general cleanup.
Diffstat (limited to 'vars/nginx.vars')
-rw-r--r--vars/nginx.vars3
1 files changed, 1 insertions, 2 deletions
diff --git a/vars/nginx.vars b/vars/nginx.vars
index 154c73b4..09cb2012 100644
--- a/vars/nginx.vars
+++ b/vars/nginx.vars
@@ -1,12 +1,11 @@
#
-# . ./build.vars and set -o errexit -o noglob are assumed.
+# set -o errexit -o noglob are assumed.
#
pkg_nginx_configure() {
export CFLAGS="${PKG_CFLAGS_CONFIGURE} -I${PKG_PREFIX}/include -pipe -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror";
export LDFLAGS="${PKG_LDFLAGS_CONFIGURE} -L${PKG_PREFIX}/lib";
build_fileop mkdir objs/src objs/src/core objs/src/event objs/src/event/modules objs/src/http objs/src/http/modules objs/src/os/unix;
- set_build_script_done configure clean -build;
};
# vim:filetype=sh