pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/databases
Hi,
In message <20190505121214.C54C4FB16%cvs.NetBSD.org@localhost>
on Sun, 5 May 2019 12:12:14 +0000,
"Sebastian Wiedenroth" <wiedi%netbsd.org@localhost> wrote:
> Module Name: pkgsrc
> Committed By: wiedi
> Date: Sun May 5 12:12:14 UTC 2019
>
> Modified Files:
> pkgsrc/databases/mysql57-client: Makefile Makefile.common
> pkgsrc/databases/mysql57-server: Makefile
>
> Log Message:
> mysql57: use pkgsrc libevent
What platform have you built sucessfully and why require pkgsrc libevent?
It breaks mysql57-server on NetBSD 8.0_STABLE/amd64 by failed to find
libevent library at link time.
Below change fix the problem build with pkgsrc's libevent explicitly.
Best regards.
--
Takahiro Kambe <taca%NetBSD.org@localhost>
Index: Makefile.common
===================================================================
RCS file: /cvsroot/pkgsrc/databases/mysql57-client/Makefile.common,v
retrieving revision 1.18
diff -u -u -r1.18 Makefile.common
--- Makefile.common 5 May 2019 12:12:14 -0000 1.18
+++ Makefile.common 6 May 2019 12:37:48 -0000
@@ -18,6 +18,7 @@
USE_LANGUAGES= c c++
USE_TOOLS+= bash bison gmake perl:run
USE_GCC_RUNTIME= yes
+USE_BUILTIN.libevent= no
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index