From 0e3d9dac75ceb0a7d372865d5b01d3d4b4c8e62d Mon Sep 17 00:00:00 2001 From: imjoey Date: Thu, 2 Sep 2021 13:43:58 +0800 Subject: [PATCH] fix: Build error due to empty debugfile.list Signed-off-by: imjoey --- openresty.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openresty.spec b/openresty.spec index 6fbbd8a..922be6f 100644 --- a/openresty.spec +++ b/openresty.spec @@ -65,6 +65,8 @@ AutoReqProv: no %define pcre_prefix %{orprefix}/pcre %define openssl_prefix %{orprefix}/openssl111 +%global debug_package %{nil} + # Remove source code from debuginfo package. %define __debug_install_post \ %{_rpmconfigdir}/find-debuginfo.sh %{?_missing_build_ids_terminate_build:--strict-build-id} %{?_find_debuginfo_opts} "%{_builddir}/%{?buildsubdir}"; \ -- Gitee