FreeBSD Bugzilla – Attachment 213191 Details for
Bug 245428
net-im/ejabberd: Build fails with "/usr/bin/ld: unrecognized option '-plugin'"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Probable fix
ejabberd.diff (text/plain), 1.20 KB, created by
Ashish SHUKLA
on 2020-04-08 12:29:25 UTC
(
hide
)
Description:
Probable fix
Filename:
MIME Type:
Creator:
Ashish SHUKLA
Created:
2020-04-08 12:29:25 UTC
Size:
1.20 KB
patch
obsolete
>diff -urN /usr/ports/net-im/ejabberd/Makefile ejabberd/Makefile >--- /usr/ports/net-im/ejabberd/Makefile 2020-04-06 17:50:49.000000000 +0530 >+++ ejabberd/Makefile 2020-04-08 17:57:22.709793000 +0530 >@@ -151,6 +151,8 @@ > SQLITE_USES= sqlite > DOCS_MAKE_ARGS_OFF= NOPORTDOCS=yes > >+.include <bsd.port.pre.mk> >+ > pre-everything:: > @if ${PKG_BIN} query %n-%v net-im/ejabberd; then \ > ${ECHO_MSG} needs to be uninstalled, before this port build could proceed. ; \ >@@ -164,6 +166,9 @@ > @${REINPLACE_CMD} -e 's,%%PORTVERSION%%,${PORTVERSION},' ${WRKSRC}/configure.ac > @${REINPLACE_CMD} -e '/vsn/s/git/"${JIFFY_VER}"/' ${WRKSRC}/deps/jiffy/src/jiffy.app.src > @${REINPLACE_CMD} -e '/vsn/s/0.0.1/${BASE64URL_VER}/' ${WRKSRC}/deps/base64url/src/base64url.app.src >+.if ${OSVERSION} < 1200000 >+ @${REINPLACE_CMD} -e 's/-flto//' ${WRKSRC}/deps/jiffy/rebar.config >+.endif > > pre-configure: > cd ${WRKSRC} && ${SH} autogen.sh >@@ -192,4 +197,4 @@ > @${CHMOD} +x ${STAGEDIR}${PREFIX}/${EJABBERD_LIBDIR}/${PORTNAME}-${PORTVERSION}/lib/eimp-${EIMP_VER}/priv/bin/eimp > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${EJABBERD_LIBDIR}/${PORTNAME}-${PORTVERSION}/lib/eimp-${EIMP_VER}/priv/bin/eimp > >-.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 245428
: 213191