FreeBSD Bugzilla – Attachment 217817 Details for
Bug 249132
net/dhcprelya fails to run with the Undefined symbol "debug" on FreeBSD 12.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix run-time error for plugins
net-dhcprelya.diff (text/plain), 507 bytes, created by
Sergey Matveychuk
on 2020-09-08 10:16:03 UTC
(
hide
)
Description:
Fix run-time error for plugins
Filename:
MIME Type:
Creator:
Sergey Matveychuk
Created:
2020-09-08 10:16:03 UTC
Size:
507 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 547871) >+++ Makefile (working copy) >@@ -24,9 +24,14 @@ > > OPTIONS_DEFINE= DOCS > >+.include <bsd.port.pre.mk> >+.if (${OSVERSION} >= 1200000) >+LDFLAGS+= -Wl,-E >+.endif >+ > post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}/${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}/${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}/${DOCSDIR} > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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 249132
: 217817