[darwinbuild-changes] [220] trunk/darwinxref/plugins/register.c

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 01:58:47 PDT 2006


Revision: 220
          http://trac.macosforge.org/projects/darwinbuild/changeset/220
Author:   ssen
Date:     2006-10-04 01:58:47 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
Add "-i" argument to redo_prebinding, so unprebinding can
be run even on things like dyld, which would normally fail.

Modified Paths:
--------------
    trunk/darwinxref/plugins/register.c

Modified: trunk/darwinxref/plugins/register.c
===================================================================
--- trunk/darwinxref/plugins/register.c	2005-09-02 00:57:51 UTC (rev 219)
+++ trunk/darwinxref/plugins/register.c	2006-10-04 08:58:47 UTC (rev 220)
@@ -196,7 +196,7 @@
 		assert(dup2(fds[1], STDOUT_FILENO) != -1);
 		const char* args[] = {
 			"/usr/bin/redo_prebinding",
-			"-z", "-u", "-s",
+			"-z", "-u", "-i", "-s",
 			filename,
 			NULL
 		};

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20061004/01ecdbab/attachment-0001.html


More information about the darwinbuild-changes mailing list