diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-04-16 08:42:29 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-04-16 08:42:29 +0000 |
commit | 450a4418348a583d1fa09a5ee3161178840acc3a (patch) | |
tree | ead10572b163d321834f1496a53ba4ca172b84e9 /media-libs/slv2/files | |
parent | josm-plugins bump (diff) | |
download | gentoo-2-450a4418348a583d1fa09a5ee3161178840acc3a.tar.gz gentoo-2-450a4418348a583d1fa09a5ee3161178840acc3a.tar.bz2 gentoo-2-450a4418348a583d1fa09a5ee3161178840acc3a.zip |
do not run ldconfig at install, bug #266220
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/slv2/files')
-rw-r--r-- | media-libs/slv2/files/ldconfig.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-libs/slv2/files/ldconfig.patch b/media-libs/slv2/files/ldconfig.patch new file mode 100644 index 000000000000..f53ff9e7df59 --- /dev/null +++ b/media-libs/slv2/files/ldconfig.patch @@ -0,0 +1,14 @@ +Index: slv2-0.6.2/autowaf.py +=================================================================== +--- slv2-0.6.2.orig/autowaf.py ++++ slv2-0.6.2/autowaf.py +@@ -324,8 +324,5 @@ def build_dox(bld, name, version, srcdir + out1.command_is_external = True + + def shutdown(): +- # This isn't really correct (for packaging), but people asking is annoying +- if Options.commands['install']: +- try: os.popen("/sbin/ldconfig") +- except: pass ++ return + |