Fix dwz with clang
authorJochen Sprickerhof <git@jochen.sprickerhof.de>
Sat, 7 Jan 2023 08:26:26 +0000 (09:26 +0100)
committerJochen Sprickerhof <git@jochen.sprickerhof.de>
Sat, 7 Jan 2023 08:26:26 +0000 (09:26 +0100)
debian/rules

index dd3ea46bedfafc0d12f593ea7bbe6579e29e51b2..e8b34e056bf5cad7791d0b3ee1ca2ae99bb583d8 100755 (executable)
@@ -14,7 +14,7 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),mipsel armhf armel))
   # fails with "Unknown debugging section .debug_addr"
   # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016936
   # can be removed once dwz is fixed
-  export DEB_CXXFLAGS_MAINT_APPEND = -g1 -gdwarf-4
+override_dh_dwz:
 else
   PARALLEL=
 endif