ld.so: no longer build as a static binary

It seems that it is not required after all.
This commit is contained in:
Pierre Pronchery 2024-04-09 02:21:17 +02:00
parent 5a57b1e191
commit af05d537cb

View File

@ -7,7 +7,7 @@ cppflags_force=
cflags_force=-g
cflags=-W -Wall -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
ldflags_force=
ldflags=-static -pie -Wl,-z,relro -Wl,-z,now
ldflags=-pie -Wl,-z,relro -Wl,-z,now
dist=Makefile,loader.h
mode=amd64-debug