Commit 036343c3 authored by Jonathan Perkin's avatar Jonathan Perkin

Try removing debuginfo altogether.

parent 4542bc32
...@@ -168,13 +168,8 @@ ...@@ -168,13 +168,8 @@
%define distro_requires coreutils grep procps /sbin/chkconfig /usr/sbin/useradd /usr/sbin/groupadd %define distro_requires coreutils grep procps /sbin/chkconfig /usr/sbin/useradd /usr/sbin/groupadd
%endif %endif
# Turn on debuginfo RPMs for SuSE >= 10 # Avoid debuginfo RPMs, leaves binaries unstripped
%define debugrpm 0 %define debug_package %{nil}
%if %{defined suse_version}
%if %suse_version >= 1000
%define debugrpm 1
%endif
%endif
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# Support optional "tcmalloc" library (experimental) # Support optional "tcmalloc" library (experimental)
...@@ -342,7 +337,6 @@ client/server version. ...@@ -342,7 +337,6 @@ client/server version.
For a description of MySQL see the base MySQL RPM or http://www.mysql.com/ For a description of MySQL see the base MySQL RPM or http://www.mysql.com/
############################################################################## ##############################################################################
%{?debugrpm:%debug_package}
%prep %prep
%setup -T -a 0 -c -n %{src_dir} %setup -T -a 0 -c -n %{src_dir}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment