Package: sparse
Severity: important
Tags: patch
Justification: fails to build from source

  sparse cannot build on !x86 because it builds a shared object and that
it does not build position independant code.

  This is because cdbs overrides upstream's CFLAGS (in langcore.mk). To
override that again, the patch is simple, in debian/rules, after the
includes, add:

  CFLAGS += -fpic

  it fixes the build for me.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to