cvs commit: src Makefile.inc1
Thomas Moestl
t.moestl at tu-bs.de
Sat May 17 17:27:56 PDT 2003
On Sat, 2003/05/17 at 16:07:09 -0700, Ruslan Ermilov wrote:
> ru 2003/05/17 16:07:09 PDT
>
> FreeBSD src repository
>
> Modified files:
> . Makefile.inc1
> Log:
> Unbreak world: record libgeom dependency on libbsdxml here too.
>
> Forgotten by: ru
> Submitted by: des
> Verified by: tools/make_libdeps.sh
> Approved by: re (scottl) (related change)
The Makefile for libbsdxml resides in src/lib/libexpat, not in
src/lib/libbsdxml, so this is still broken; the attached patch should
fix it (my buildworld hasn't completed yet though, but it should be
past the critical spot).
- Thomas
--
Thomas Moestl <t.moestl at tu-bs.de> http://www.tu-bs.de/~y0015675/
<tmm at FreeBSD.org> http://people.FreeBSD.org/~tmm/
PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C
Index: Makefile.inc1
===================================================================
RCS file: /vol/ncvs/src/Makefile.inc1,v
retrieving revision 1.358
diff -u -r1.358 Makefile.inc1
--- Makefile.inc1 17 May 2003 23:07:09 -0000 1.358
+++ Makefile.inc1 18 May 2003 00:13:12 -0000
@@ -789,7 +789,7 @@
_generic_libs+= kerberos5/lib
.endif
-_prebuild_libs+= lib/libbsdxml lib/libcom_err lib/libcrypt \
+_prebuild_libs+= lib/libcom_err lib/libcrypt lib/libexpat \
lib/libkvm lib/libmd \
lib/libncurses lib/libopie lib/libpam lib/libradius \
lib/librpcsvc \
More information about the cvs-src
mailing list