diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2009-07-14 21:19:13 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2009-07-14 21:19:13 +0000 |
| commit | 2286fe763592aa13d320186bf3e233a560af749b (patch) | |
| tree | 50c2540e7067c9b377ade1910cd0348aeab454e7 /libexec | |
| parent | 0fe0ed8bf88b8aed13fc4533e97b94d2919ac6d5 (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 7c2039845b61..5e9729c68bde 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" |
