diff options
author | jhb <jhb@FreeBSD.org> | 2001-01-06 18:59:46 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-01-06 18:59:46 +0000 |
commit | da015457f35732efc397d429bd0d118dd5c5661a (patch) | |
tree | c6d2b87c8e505b0011d7802d5db48b7358f9ce08 /lib | |
parent | b72fa40e9dc15a237b49c3781273b9973e5ffe6c (diff) | |
download | FreeBSD-src-da015457f35732efc397d429bd0d118dd5c5661a.zip FreeBSD-src-da015457f35732efc397d429bd0d118dd5c5661a.tar.gz |
Use a unified libgcc rather than a seperate one for threaded and
non-threaded programs. This provides threaded programs with the
needed exception frame symbols.
parts submitted by: Max Khon <fjoe@iclub.nsu.ru>
PR: 23252
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpam/modules/pam_ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpam/modules/pam_ssh/Makefile b/lib/libpam/modules/pam_ssh/Makefile index d2acebef..95dd285 100644 --- a/lib/libpam/modules/pam_ssh/Makefile +++ b/lib/libpam/modules/pam_ssh/Makefile @@ -7,8 +7,8 @@ LIB= pam_ssh SHLIB_NAME= pam_ssh.so SRCS= log-client.c pam_ssh.c CFLAGS+= -Wall -I${SSHSRC} -DPADD+= ${LIBCRYPTO} ${LIBCRYPT} ${LIBUTIL} ${LIBZ} ${LIBGCC_PIC} -LDADD+= -L${.OBJDIR}/../../../../secure/lib/libssh -lssh -lcrypto -lcrypt -lutil -lz -lgcc_pic +DPADD+= ${LIBCRYPTO} ${LIBCRYPT} ${LIBUTIL} ${LIBZ} +LDADD+= -L${.OBJDIR}/../../../../secure/lib/libssh -lssh -lcrypto -lcrypt -lutil -lz INTERNALLIB= yes INTERNALSTATICLIB=yes |