]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- canon RPM_BUILD_DIR, the DW_AT_comp_dir in ELF objects is real a real path
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 27 Jan 2010 18:32:08 +0000 (18:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- and debugedit will ignore them as they are out of build dir.

Changed files:
    rpm-builddir-readlink.patch -> 1.1.2.1

rpm-builddir-readlink.patch [new file with mode: 0644]

diff --git a/rpm-builddir-readlink.patch b/rpm-builddir-readlink.patch
new file mode 100644 (file)
index 0000000..eb19461
--- /dev/null
@@ -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
This page took 0.142712 seconds and 4 git commands to generate.