]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/rules: Disable dh_dwz if DWZ=false
authorZack Cerza <zack@redhat.com>
Wed, 20 Nov 2024 00:45:25 +0000 (17:45 -0700)
committerZack Cerza <zack@cerza.org>
Thu, 10 Apr 2025 19:08:57 +0000 (13:08 -0600)
Signed-off-by: Zack Cerza <zack@cerza.org>
debian/rules

index d365416024254a0b0282c74a249e0cc19d710f58..4285d4e64ed8857cd4861f84f218d1fe2f85132b 100755 (executable)
@@ -49,6 +49,10 @@ ifneq (,$(filter with_system_libs,$(DEB_BUILD_OPTIONS)))
   extraopts += -DWITH_SYSTEM_PMDK=ON
 endif
 
+ifeq ($(DWZ), false)
+override_dh_dwz:
+endif
+
 # for python3-${pkg} packages
 py3_bindings := rados cephfs rbd rgw ceph-argparse ceph-common
 # for packages with its own py3dist-overrides files, those file should be named