From 18c91ced74ed0ae3f25ce4dd36fb7010c9651642 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Fri, 1 Jul 2016 13:31:11 -0400 Subject: [PATCH] nginx: add remarks for updates --- srcpkgs/nginx/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/nginx/template b/srcpkgs/nginx/template index 833fb74dce..1a066b9801 100644 --- a/srcpkgs/nginx/template +++ b/srcpkgs/nginx/template @@ -96,3 +96,9 @@ do_install() { vlicense LICENSE vsv nginx } + +# REMARKS: +# The pregnerated header file for ARM must be syncrhonized on update. After the +# configure step, the diff between srcpkgs/nginx/files/ngx_auto_config.h.armv6l +# and masterdir/builddir/nginx-$version/objs/ngx_auto_config.h must be checked +# for changes that must be made.