aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2009-07-26 20:58:03 +0200
committerWilly Tarreau <w@1wt.eu>2009-07-26 20:58:03 +0200
commit1d5f2109c8c6683472ec0f9f1a2c2c3706a4ef8a (patch)
tree6fd22d1a7b2c9f8807f255d5ec32ce96ca8d5740
parent49058df0259fc87187ae8f9cce3e3223e0643c83 (diff)
downloadlinux-2.4-1d5f2109c8c6683472ec0f9f1a2c2c3706a4ef8a.tar.gz
build: fix for "make rpm" on RH9
Steve Bangert reported a long standing build failure with "make rpm" on Red Hat 9, and confirmed this patch fixes it. Reported-and-tested-by: Steve Bangert <sbangert@verizon.net> Signed-off-by: Willy Tarreau <w@1wt.eu>
-rw-r--r--scripts/mkspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mkspec b/scripts/mkspec
index 57c9bc420c2c3..5c4eb7b71a909 100644
--- a/scripts/mkspec
+++ b/scripts/mkspec
@@ -37,6 +37,7 @@ echo "$EXTRAVERSION.tar.gz" | sed -e "s/-//g"
echo "BuildRoot: /var/tmp/%{name}-%{PACKAGE_VERSION}-root"
echo "Provides: $PROVIDES"
echo "%define __spec_install_post /usr/lib/rpm/brp-compress || :"
+echo "%define debug_package %{nil}"
echo ""
echo "%description"
echo "The Linux Kernel, the operating system core itself"