aboutsummaryrefslogtreecommitdiffstats
path: root/find-debuginfo.sh
diff options
context:
space:
mode:
authorPer Øyvind Karlsen <peroyvind@mandriva.org>2010-04-16 14:55:57 +0000
committerPer Øyvind Karlsen <peroyvind@mandriva.org>2010-04-16 14:55:57 +0000
commitb53ca125d24de020f0adac360d2c912ac92249c5 (patch)
tree83ccc7cc1c6b3f8aad9f1754faa90b4132a217ef /find-debuginfo.sh
parent23a401d06d7f7d017078cea2ee803d3f924d31b3 (diff)
downloadrpm-setup-b53ca125d24de020f0adac360d2c912ac92249c5.tar
rpm-setup-b53ca125d24de020f0adac360d2c912ac92249c5.tar.gz
rpm-setup-b53ca125d24de020f0adac360d2c912ac92249c5.tar.bz2
rpm-setup-b53ca125d24de020f0adac360d2c912ac92249c5.tar.xz
rpm-setup-b53ca125d24de020f0adac360d2c912ac92249c5.zip
strip shared libraries with the '-g' option1.103
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 53aab9e..07ce88b 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=false
+strip_g=true
# Barf on missing build IDs.
strict=false