Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 105352
Collapse All | Expand All

(-)portage-2.0.52/pym/portage.py (-1 / +1 lines)
Lines 609-615 def env_update(makelinks=1): Link Here
609
	elif ostype == "FreeBSD":
609
	elif ostype == "FreeBSD":
610
		if (ld_cache_update):
610
		if (ld_cache_update):
611
			writemsg(">>> Regenerating "+str(root)+"var/run/ld-elf.so.hints...\n")
611
			writemsg(">>> Regenerating "+str(root)+"var/run/ld-elf.so.hints...\n")
612
			commands.getstatusoutput("cd / ; /sbin/ldconfig -elf -f "+str(root)+"var/run/ld-elf.so.hints "+str(root)+"etc/ld.so.conf")
612
			commands.getstatusoutput("cd / ; /sbin/ldconfig -elf -i -f "+str(root)+"var/run/ld-elf.so.hints "+str(root)+"etc/ld.so.conf")
613
613
614
	del specials["LDPATH"]
614
	del specials["LDPATH"]
615
615

Return to bug 105352