diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2018-05-09 10:30:56 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2018-05-09 10:30:56 +0000 |
| commit | 0725fca53d0f72ba45d45bcf13898a286fd19e8f (patch) | |
| tree | b3d4d832d178e5ff1be73db57a98c6e7d72bb844 /libexec/rtld-elf/Makefile | |
| parent | db08bfce2f50c5f6532e9a318e794d5d10689430 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/Makefile')
| -rw-r--r-- | libexec/rtld-elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index e6841375d133..5d5e99fb2484 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -51,7 +51,7 @@ CFLAGS+= -fvisibility=hidden CFLAGS.reloc.c+=-fno-jump-tables .endif LDFLAGS+= -shared -Wl,-Bsymbolic -Wl,-z,defs -LIBADD= c_pic +LIBADD= c_nossp_pic .if ${MK_TOOLCHAIN} == "no" LDFLAGS+= -L${LIBCDIR} .endif |
