Revision: 600 http://trac.macosforge.org/projects/darwinbuild/changeset/600 Author: wsiegrist@apple.com Date: 2009-10-15 13:07:07 -0700 (Thu, 15 Oct 2009) Log Message: ----------- Move Libinfo to lib dependency to work around missing inet.h from hdrs root. Modified Paths: -------------- trunk/plists/10A432.plist Modified: trunk/plists/10A432.plist =================================================================== --- trunk/plists/10A432.plist 2009-10-15 19:43:31 UTC (rev 599) +++ trunk/plists/10A432.plist 2009-10-15 20:07:07 UTC (rev 600) @@ -11677,7 +11677,6 @@ header = ( CarbonHeaders, Libc_headers, - Libinfo, Librpcsvc, Libsyscall, gcc, @@ -11685,6 +11684,7 @@ xnu, ); lib = ( + Libinfo, Libsystem, dyld, tcp_wrappers,
participants (1)
-
source_changes@macosforge.org