Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2003 02:28:02 +0200
From:      Thomas Moestl <t.moestl@tu-bs.de>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src Makefile.inc1
Message-ID:  <20030518002801.GA45281@crow.dom2ip.de>
In-Reply-To: <200305172307.h4HN79N2003600@repoman.freebsd.org>
References:  <200305172307.h4HN79N2003600@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@tu-bs.de>	http://www.tu-bs.de/~y0015675/
              <tmm@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030518002801.GA45281>