Skip to content
Unverified Commit 88fdab5d authored by Christian Marangi's avatar Christian Marangi
Browse files

nginx: add patch to fix compilation error on mips targets

Add patch to fix compilation error on mips targets. This was triggered
after enabling LTO. It was discovered that -fPIC is enabled on building
dynamic modules in CFLAGS but was missing on linking them. This patch
adds the missing -fPIC also on linking.

Fixes: 3b13b08a

 ("nginx: Fix compilation with LTO")
Signed-off-by: default avatarChristian Marangi <ansuelsmth@gmail.com>
parent 9d809674
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment