* [gentoo-portage-dev] [PATCH] 105352: ldconfig needs an -i option on FreeBSD
@ 2005-09-27 5:01 Jason Stubbs
0 siblings, 0 replies; only message in thread
From: Jason Stubbs @ 2005-09-27 5:01 UTC (permalink / raw
To: gentoo-portage-dev
[-- Attachment #1: Type: text/plain, Size: 23 bytes --]
Subject says it all...
[-- Attachment #2: fbsd-ldconfig-update.patch --]
[-- Type: text/x-diff, Size: 569 bytes --]
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"]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-27 5:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-27 5:01 [gentoo-portage-dev] [PATCH] 105352: ldconfig needs an -i option on FreeBSD Jason Stubbs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox