diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2009-06-28 23:51:39 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2009-06-28 23:51:39 +0000 |
| commit | a162c9ae9c55a9593b15ef618f4df0a045e39dbd (patch) | |
| tree | 601ae0a8f92e47fd15b2574968520ee80c372d0e /libexec | |
| parent | 49c8326a790004bd9229fc97a07a40f874373bcf (diff) | |
Notes
Diffstat (limited to 'libexec')
| -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 7c2039845b611..5e9729c68bde7 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -22,7 +22,7 @@ MLINKS= rtld.1 ld-elf.so.1.1 \ CFLAGS+= -fpic -DPIC LDFLAGS+= -shared -Wl,-Bsymbolic DPADD= ${LIBC_PIC} -LDADD= -lc_pic +LDADD= -lc_pic -lssp_nonshared .if ${MACHINE_ARCH} != "ia64" .if ${MK_SYMVER} == "yes" |
