[DSE-Dev] Bug#688878: closed by Laurent Bigonville <bigon at debian.org> (Bug#688878: fixed in libsepol 2.1.9-1)

Colin Watson cjwatson at ubuntu.com
Mon May 13 13:04:31 UTC 2013


Control: reopen -1

On Thu, May 09, 2013 at 01:36:05PM +0000, Debian Bug Tracking System wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the libsepol package:
> 
> #688878: libsepol fails to cross-build

I'm afraid this fix is insufficient.

ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
          CC=$(DEB_HOST_GNU_TYPE)-gcc
endif

You need to export CC as well as setting it, or else pass it directly in
dh_auto_build's environment (a clumsier option since you aren't
overriding dh_auto_build at present); otherwise setting CC has no
effect.

-- 
Colin Watson                                       [cjwatson at ubuntu.com]



More information about the SELinux-devel mailing list