Skip to content

Commit 3af358f

Browse files
dai-vdrsorah
authored andcommitted
debian/rules: do not compress debug sections for arch-dep Ruby packages with dh_compat 12
1 parent ade664d commit 3af358f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ endif
5656
configure_options += --enable-ipv6
5757
configure_options += --with-dbm-type=gdbm_compat
5858

59+
# do not compress debug sections for arch-dep Ruby packages with dh_compat 12
60+
configure_options += --with-compress-debug-sections=no
61+
5962
# hardening and other standard Debian build flags
6063
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
6164
configure_options += $(shell dpkg-buildflags --export=configure)

0 commit comments

Comments
 (0)