public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig/files: pkgconfig-0.28-strip_system_library_dirs_reliably.patch
@ 2014-07-29  7:58 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2014-07-29  7:58 UTC (permalink / raw
  To: gentoo-commits

ssuominen    14/07/29 07:58:42

  Added:               
                        pkgconfig-0.28-strip_system_library_dirs_reliably.patch
  Log:
  Strip system library directories reliably wrt #512336 by Mike Frysinger
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.1                  dev-util/pkgconfig/files/pkgconfig-0.28-strip_system_library_dirs_reliably.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/files/pkgconfig-0.28-strip_system_library_dirs_reliably.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/files/pkgconfig-0.28-strip_system_library_dirs_reliably.patch?rev=1.1&content-type=text/plain

Index: pkgconfig-0.28-strip_system_library_dirs_reliably.patch
===================================================================
http://bugs.gentoo.org/512336
http://bugs.freedesktop.org/show_bug.cgi?id=78077

From 8691b580ab3f7ac36182060e2253307fbd0aba75 Mon Sep 17 00:00:00 2001
From: Andrew Oakley <aoakley@espial.com>
Date: Tue, 29 Apr 2014 13:14:35 +0100
Subject: [PATCH 1/1] Strip system library directories reliably

This loop was changed from a while loop to a for loop in commit
9bf6277b, but the iterator is now advanced twice each time round the
loop.
---
 pkg.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pkg.c b/pkg.c
index 3697fec..c847c95 100644
--- a/pkg.c
+++ b/pkg.c
@@ -917,7 +917,6 @@ verify_package (Package *pkg)
             }
           system_dir_iter = system_dir_iter->next;
         }
-      iter = iter->next;
     }
   g_list_free (system_directories);
 
-- 
1.8.3.2






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-29  7:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-29  7:58 [gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig/files: pkgconfig-0.28-strip_system_library_dirs_reliably.patch Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox