packages (rpm-4_5): rpm/rpm-builddir-readlink.patch (NEW) - canon RPM_BUILD...
glen
glen at pld-linux.org
Wed Jan 27 19:32:13 CET 2010
Author: glen Date: Wed Jan 27 18:32:13 2010 GMT
Module: packages Tag: rpm-4_5
---- Log message:
- canon RPM_BUILD_DIR, the DW_AT_comp_dir in ELF objects is real a real path
- and debugedit will ignore them as they are out of build dir.
---- Files affected:
packages/rpm:
rpm-builddir-readlink.patch (NONE -> 1.1.2.1) (NEW)
---- Diffs:
================================================================
Index: packages/rpm/rpm-builddir-readlink.patch
diff -u /dev/null packages/rpm/rpm-builddir-readlink.patch:1.1.2.1
--- /dev/null Wed Jan 27 19:32:13 2010
+++ packages/rpm/rpm-builddir-readlink.patch Wed Jan 27 19:32:08 2010
@@ -0,0 +1,13 @@
+--- rpm-4.5/scripts/find-debuginfo.sh~ 2010-01-27 19:25:48.000000000 +0200
++++ rpm-4.5/scripts/find-debuginfo.sh 2010-01-27 20:23:37.279516094 +0200
+@@ -24,6 +24,10 @@
+ # Barf on missing build IDs.
+ strict=false
+
++# canon RPM_BUILD_DIR, the DW_AT_comp_dir in ELF objects is real a real path
++# and debugedit will ignore them as they are out of build dir.
++RPM_BUILD_DIR=$(readlink -f "$RPM_BUILD_DIR")
++
+ BUILDDIR=.
+ out=debugfiles.list
+ nout=0
================================================================
More information about the pld-cvs-commit
mailing list