FreeBSD Bugzilla – Attachment 159041 Details for
Bug 201738
[PATCH] ntpd Makefile links both libmd and libcrypto.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove stray -lmd from LDADD assignment
usr.sbin_ntp_ntpd_Makefile.diff (text/plain), 532 bytes, created by
John Marshall
on 2015-07-21 10:12:58 UTC
(
hide
)
Description:
Remove stray -lmd from LDADD assignment
Filename:
MIME Type:
Creator:
John Marshall
Created:
2015-07-21 10:12:58 UTC
Size:
532 bytes
patch
obsolete
>Index: usr.sbin/ntp/ntpd/Makefile >=================================================================== >--- usr.sbin/ntp/ntpd/Makefile (revision 285646) >+++ usr.sbin/ntp/ntpd/Makefile (working copy) >@@ -28,7 +28,7 @@ > refclock_zyfer.c version.c > > DPADD= ${LIBPARSE} ${LIBNTP} ${LIBM} ${LIBMD} ${LIBOPTS} ${LIBPTHREAD} >-LDADD= ${LIBPARSE} ${LIBNTP} -lm -lmd ${LIBOPTS} -lpthread >+LDADD= ${LIBPARSE} ${LIBNTP} -lm ${LIBOPTS} -lpthread > > CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/ntpd \ > -I${.CURDIR}/../../../contrib/ntp/include \
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 201738
:
159041
|
159131