Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/external



    Date:        Fri, 5 Apr 2024 08:51:27 +0000
    From:        "Robert Elz" <kre%netbsd.org@localhost>
    Message-ID:  <20240405085127.B998EFA2C%cvs.NetBSD.org@localhost>

Christos, this seems to fix the builds, but I doubt it is really
done correctly (and I don't just mean the overlong line I left in
src/external/Makefile which was (temporarily) deliberate just to
reduce the diff).

kre

  | Modified Files:
  | 	src/external: Makefile
  | 	src/external/mit/libuv/lib: Makefile
  |
  | Log Message:
  | Probable hack fix for current build breakage.
  |
  | Make sure to build external/mit before external/mpl (as bind in mpl
  | needs libuv from mit) and in mit/libuv make sure to build the
  | static library with the new MAKESTATICLIB mechanism, as that is
  | what bind needs.
  |
  | To generate a diff of this commit:
  | cvs rdiff -u -r1.23 -r1.24 src/external/Makefile
  | cvs rdiff -u -r1.6 -r1.7 src/external/mit/libuv/lib/Makefile





Home | Main Index | Thread Index | Old Index