[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Trying to disable error=format-security for clapack



On 05/16/2016 11:07 AM, Andreas Tille wrote:
> When reading the code it seems to me that actually a test whether this
> code works or not is intended and thus fixing the format is not in the
> intention of the authors.  So I tried 
> 
> export DEB_BUILD_HARDENING_FORMAT:=0
> DPKG_EXPORT_BUILDFLAGS = 1
> 
> but the build keeps on failing.  Any idea?

If you want to disable the format-security option, you can try this in
debian/rules:

 CFLAGS += -Wno-error=format-security

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1


Reply to: