X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=pakfire%2Fpatches%2F0002-find-provides-Accept-bogous-soname.patch;fp=pakfire%2Fpatches%2F0002-find-provides-Accept-bogous-soname.patch;h=0000000000000000000000000000000000000000;hb=cb570e99064e25ae4f39b6299fa911db9d267fa1;hp=d42cd8d8fcc1a220875f5483058b4dcf44fd4546;hpb=3a64a15f1eb94f4e82d7bb6fe413d4cee05f3456;p=people%2Fms%2Fipfire-3.x.git diff --git a/pakfire/patches/0002-find-provides-Accept-bogous-soname.patch b/pakfire/patches/0002-find-provides-Accept-bogous-soname.patch deleted file mode 100644 index d42cd8d8f..000000000 --- a/pakfire/patches/0002-find-provides-Accept-bogous-soname.patch +++ /dev/null @@ -1,28 +0,0 @@ -From cf4f218f42c2a43a520eac4f3a6251d557dcbe80 Mon Sep 17 00:00:00 2001 -From: Michael Tremer -Date: Tue, 17 Apr 2012 17:36:52 +0200 -Subject: [PATCH 02/16] find-provides: Accept bogous soname. - -This is a kind of weird bug. Some libs are "versioned" by -using their SONAME for symbol maps. This caused trouble -because the SONAME was not added to the list of provides -which is now changed by this commit. ---- - tools/find-provides | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/tools/find-provides b/tools/find-provides -index 2e138ba..06b3c47 100755 ---- a/tools/find-provides -+++ b/tools/find-provides -@@ -69,7 +69,6 @@ for file in ${binary_files}; do - /Version definitions:/ { START=1; } - /^[0-9]/ && (START==1) { print $4; } - /^$/ { START=0; }' | \ -- grep -v ${soname} | \ - while read symbol ; do - echo "${soname}(${symbol})$(${is_64} && echo ${mark64} | sed 's/()//')" - done --- -1.7.10.4 -