aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/Makefile
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2018-05-09 10:30:56 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2018-05-09 10:30:56 +0000
commit0725fca53d0f72ba45d45bcf13898a286fd19e8f (patch)
treeb3d4d832d178e5ff1be73db57a98c6e7d72bb844 /libexec/rtld-elf/Makefile
parentdb08bfce2f50c5f6532e9a318e794d5d10689430 (diff)
Notes
Diffstat (limited to 'libexec/rtld-elf/Makefile')
-rw-r--r--libexec/rtld-elf/Makefile2
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