Hello!
On Mon, Apr 27, 2020 at 06:23:59PM +0430, Mahmood Naderan wrote:
> Hi,
> I want to add '--emit-relocs' at the linker stage while building nginx, I
> have edited the objs/Makefile to be like this:
>
> $(LINK) -o objs/nginx \
> objs/src/core/nginx.o \
>
>
Thank you. That is right.
Regards,
Mahmood
On Mon, Apr 27, 2020 at 6:28 PM Andrei Belov wrote:
>
> > On 27 Apr 2020, at 16:53, Mahmood Naderan wrote:
> >
> > Hi,
> > I want to add '--emit-relocs' at the linker stage while building nginx,
> I have edited the objs/Makefile to be like this:
> >
> On 27 Apr 2020, at 16:53, Mahmood Naderan wrote:
>
> Hi,
> I want to add '--emit-relocs' at the linker stage while building nginx, I
> have edited the objs/Makefile to be like this:
>
> $(LINK) -o objs/nginx \
> objs/src/core/nginx.o \
>
> objs/ngx_modu
Hi,
I want to add '--emit-relocs' at the linker stage while building nginx, I
have edited the objs/Makefile to be like this:
$(LINK) -o objs/nginx \
objs/src/core/nginx.o \
objs/ngx_modules.o \
-ldl -lpthread -lcrypt -lpcre -lz --emit-relocs \