Browse Source

Avoid __os_install_post RHEL5 bug by redefining __strip.

pull/374/head
Jonathan Perkin 16 years ago
parent
commit
4c478738c7
  1. 4
      support-files/mysql.spec.sh

4
support-files/mysql.spec.sh

@ -171,6 +171,10 @@
# Avoid debuginfo RPMs, leaves binaries unstripped # Avoid debuginfo RPMs, leaves binaries unstripped
%define debug_package %{nil} %define debug_package %{nil}
# Hack to work around bug in RHEL5 __os_install_post macro, wrong inverted
# test for __debug_package
%define __strip /bin/true
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# Support optional "tcmalloc" library (experimental) # Support optional "tcmalloc" library (experimental)
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------

Loading…
Cancel
Save