]> git.pld-linux.org Git - packages/rpm.git/commitdiff
no compressed debug sections in ac auto/th/rpm-4.5-70
authorElan Ruusamäe <glen@delfi.ee>
Thu, 8 Nov 2012 05:01:21 +0000 (07:01 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 8 Nov 2012 05:01:21 +0000 (07:01 +0200)
rpm-disable-features.patch

index d74a5006263328ea117907119195e2be111dd44e..dc77b6d2002f5dcff97bc0ed6a43ed0a1385f168 100644 (file)
 -# upgraded services. Newly installed packages will still have
 -# systemd services enabled.
 -RPM_ENABLE_SYSTEMD_SERVICE=yes
+--- rpm-4.5/scripts/find-debuginfo.sh~ 2012-11-08 06:51:17.000000000 +0200
++++ rpm-4.5/scripts/find-debuginfo.sh  2012-11-08 06:57:02.627280611 +0200
+@@ -87,7 +87,6 @@
+ strip_to_debug()
+ {
+   local t=$(mktemp "/tmp/rpm.stripped.XXXXXX")
+-  objcopy --compress-debug-sections "$2" || exit
+   eu-strip --remove-comment -f "$1" "$2" -o "$t" || exit
+   rm -f "$t"
+ }
This page took 0.039562 seconds and 4 git commands to generate.