aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rwxr-xr-xfind-debuginfo.sh2
3 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3b9b6be..4d794bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 1.104 - 27 April 2010, by Christophe Fergeau
+- revert previous '-g' addition when stripping shared libraries since it
+ increases shared library sizes by 10 to 20% for no good reason
+
Version 1.103 - 16 April 2010, by Per Øyvind Karlsen
- strip shared libraries with the '-g' option
diff --git a/configure.ac b/configure.ac
index 18ca297..1b0859e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
# $Id$
AC_PREREQ(2.59)
-AC_INIT(rpm-mandriva-setup, 1.103, nanardon@mandriva.org)
+AC_INIT(rpm-mandriva-setup, 1.104, nanardon@mandriva.org)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.9 -Wno-portability)
AC_CONFIG_SRCDIR
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