1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Avoid __os_install_post RHEL5 bug by redefining __strip.

This commit is contained in:
Jonathan Perkin
2010-04-27 12:09:55 +02:00
parent 036343c3ea
commit b2c44afba9

View File

@@ -171,6 +171,10 @@
# Avoid debuginfo RPMs, leaves binaries unstripped
%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)
# ----------------------------------------------------------------------------