diff options
author | Mike Pagano <mpagano@gentoo.org> | 2008-08-29 13:07:44 +0000 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2008-08-29 13:07:44 +0000 |
commit | fc9ba47686c5c7a50d742c206e2ae7487a091b89 (patch) | |
tree | d1a8464faf67d90bc8010111bf210d3e0a8c4a1e /sys-devel | |
parent | fix compilation wrt #233246 (diff) | |
download | gentoo-2-fc9ba47686c5c7a50d742c206e2ae7487a091b89.tar.gz gentoo-2-fc9ba47686c5c7a50d742c206e2ae7487a091b89.tar.bz2 gentoo-2-fc9ba47686c5c7a50d742c206e2ae7487a091b89.zip |
Added /usr/bin to prelink blacklist for bug #235971
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc4 i686)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/prelink/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/prelink/files/prelink-20061201-prelink-conf.patch | 9 |
2 files changed, 11 insertions, 6 deletions
diff --git a/sys-devel/prelink/ChangeLog b/sys-devel/prelink/ChangeLog index dc65d17f640c..794cfa873f95 100644 --- a/sys-devel/prelink/ChangeLog +++ b/sys-devel/prelink/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/prelink -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/ChangeLog,v 1.55 2007/11/02 01:16:08 vapier Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/prelink/ChangeLog,v 1.56 2008/08/29 13:07:43 mpagano Exp $ + + 29 Aug 2008; Mike Pagano <mpagano@gentoo.org> + files/prelink-20061201-prelink-conf.patch: + Added /usr/bin to prelink blacklist for bug #235971 *prelink-20071009 (02 Nov 2007) diff --git a/sys-devel/prelink/files/prelink-20061201-prelink-conf.patch b/sys-devel/prelink/files/prelink-20061201-prelink-conf.patch index 428c26f4dba2..9397088c5cd8 100644 --- a/sys-devel/prelink/files/prelink-20061201-prelink-conf.patch +++ b/sys-devel/prelink/files/prelink-20061201-prelink-conf.patch @@ -1,6 +1,6 @@ ---- doc/prelink.conf -+++ doc/prelink.conf -@@ -16,8 +16,10 @@ +--- doc/prelink.conf.orig 2008-08-29 08:18:59.000000000 -0400 ++++ doc/prelink.conf 2008-08-29 08:21:48.000000000 -0400 +@@ -16,8 +16,11 @@ -b *.a -b *.js -b /lib/modules @@ -10,10 +10,11 @@ +-b /usr/lib{,32,64}/wine +-b /usr/lib{,32,64}/valgrind +-b /usr/X11R6/lib{,32,64}/X11/xfig ++-b /usr/src -l /bin -l /usr/bin -l /sbin -@@ -27,9 +29,9 @@ +@@ -27,9 +30,9 @@ -l /usr/games -l /usr/libexec -l /var/ftp/bin |