FreeBSD Bugzilla – Attachment 8152 Details for
Bug 17191
pam_ssh.so is not linked against libssh.a thus missing couple of functions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 621 bytes, created by
pam
on 2000-03-04 23:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
pam
Created:
2000-03-04 23:10:01 UTC
Size:
621 bytes
patch
obsolete
>*** Makefile.orig Sat Mar 4 17:59:10 2000 >--- Makefile Sat Mar 4 18:01:26 2000 >*************** >*** 8,14 **** > SRCS= log-client.c pam_ssh.c > CFLAGS+= -Wall -I${SSHSRC} > DPADD+= ${LIBCRYPTO} ${LIBCRYPT} ${LIBUTIL} ${LIBZ} ${LIBGCC_PIC} >! LDADD+= -lcrypto -lcrypt -lutil -lz -lgcc_pic > INTERNALLIB= yes > INTERNALSTATICLIB=yes > >--- 8,14 ---- > 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 > INTERNALLIB= yes > INTERNALSTATICLIB=yes
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17191
: 8152