diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2009-06-29 01:33:59 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2009-06-29 01:33:59 +0000 |
| commit | d48890cfb8cf92f9f2d49763781b20fd01e1e9d4 (patch) | |
| tree | b971befb61e661c38ca8a12e087cc3b59f93ce95 /libexec/rtld-elf/Makefile | |
| parent | a162c9ae9c55a9593b15ef618f4df0a045e39dbd (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 5e9729c68bde..7c2039845b61 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 -lssp_nonshared +LDADD= -lc_pic .if ${MACHINE_ARCH} != "ia64" .if ${MK_SYMVER} == "yes" |
