[Buildroot] [PATCH 1/1] nginx-dav-ext: New package

Johan Oudinet johan.oudinet at gmail.com
Mon Dec 5 13:20:43 UTC 2016


On Mon, Dec 5, 2016 at 12:14 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
>
> Seems like my changes broke the build:
>
>    http://autobuild.buildroot.net/?reason=nginx-1.10.2
>
> So, it might be that the location in which modules are added in
> nginx.mk might be important. Weird, because I did a number of test
> builds before pushing and never got a failure.
>
> Do you have the time to investigate? One of the failure,
> http://autobuild.buildroot.net/results/3c8/3c8798f122a421e8fae741de76b2504c20e2da91/build-end.log,
> is related to dav-ext.

Indeed, you have moved this module outside the HTTP modules:
ifeq ($(BR2_PACKAGE_NGINX_HTTP),y)
...
endif # BR2_PACKAGE_NGINX_HTTP

So now, linking fails if BR2_PACKAGE_NGINX_HTTP is not set.
Should I rename this package to nginx-http-dav-ext to indicate it must
be compiled with the HTTP server of nginx?

-- 
Johan



More information about the buildroot mailing list