aboutsummaryrefslogtreecommitdiffstats
path: root/find-debuginfo.sh
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2010-04-27 09:52:13 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2010-04-27 09:52:13 +0000
commitaaa86c91b30c1d7ab16e4c974254315f4fe36017 (patch)
treeaccee27197c84afb135e716d2045325a92af36f6 /find-debuginfo.sh
parentb53ca125d24de020f0adac360d2c912ac92249c5 (diff)
downloadrpm-setup-aaa86c91b30c1d7ab16e4c974254315f4fe36017.tar
rpm-setup-aaa86c91b30c1d7ab16e4c974254315f4fe36017.tar.gz
rpm-setup-aaa86c91b30c1d7ab16e4c974254315f4fe36017.tar.bz2
rpm-setup-aaa86c91b30c1d7ab16e4c974254315f4fe36017.tar.xz
rpm-setup-aaa86c91b30c1d7ab16e4c974254315f4fe36017.zip
1.104 - revert "strip -g" change for shared libraries1.104
Diffstat (limited to 'find-debuginfo.sh')
-rwxr-xr-xfind-debuginfo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-debuginfo.sh b/find-debuginfo.sh
index 07ce88b..53aab9e 100755
--- a/find-debuginfo.sh
+++ b/find-debuginfo.sh
@@ -31,7 +31,7 @@ if [ ! -x $debugedit ]; then
fi
# With -g arg, pass it to strip on libraries.
-strip_g=true
+strip_g=false
# Barf on missing build IDs.
strict=false