Subject says it all...
diff -u -r1.524.2.76 portage.py
--- pym/portage.py	29 May 2005 12:40:08 -0000	1.524.2.76
+++ pym/portage.py	11 Aug 2005 14:26:18 -0000
@@ -609,7 +609,7 @@
 	elif ostype == "FreeBSD":
 		if (ld_cache_update):
 			writemsg(">>> Regenerating "+str(root)+"var/run/ld-elf.so.hints...\n")
-			commands.getstatusoutput("cd / ; /sbin/ldconfig -elf -f "+str(root)+"var/run/ld-elf.so.hints "+str(root)+"etc/ld.so.conf")
+			commands.getstatusoutput("cd / ; /sbin/ldconfig -i -elf -f "+str(root)+"var/run/ld-elf.so.hints "+str(root)+"etc/ld.so.conf")
 
 	del specials["LDPATH"]
 

Reply via email to