Bug#905768: radare2: Consolidate DEBUG_SUPPORT conditionals in debian/rules?
Chris Lamb
lamby at debian.org
Thu Aug 9 10:30:54 BST 2018
Source: radare2
Version: 2.8.0+dfsg-1
Severity: wishlist
X-Debbugs-CC: Sebastian Reichel <sre at debian.org>, ftpmaster at debian.org
Hi,
I just ACCEPTed radare2 from NEW but was wondering if you could
consolidate all of the DEBUG_SUPPORT conditionals in debian/rules:
21 ifeq (i386,$(DEB_HOST_ARCH_CPU))
22 DEBUG_SUPPORT=1
23 endif
24
25 ifeq (amd64,$(DEB_HOST_ARCH_CPU))
26 DEBUG_SUPPORT=1
27 endif
28
29 ifeq (mips,$(DEB_HOST_ARCH_CPU))
30 DEBUG_SUPPORT=1
31 endif
32
33 ifeq (mips64,$(DEB_HOST_ARCH_CPU))
34 DEBUG_SUPPORT=1
35 endif
Pretty sure there is a Make construct to do these all at once? :)
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
More information about the Pkg-security-team
mailing list