]> 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, 6 Mar 2025 22:15:33 +0000 (15:15 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
debian/rules

index 6c0ab5e12c690aa3f970a120249872bd72ad7a6c..0dc6220bb07cc3c72c7a5e8d155c08613665f681 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