using self.compiler.cc_pic_flag here results in these errors: ==> sqlite: Executing phase: 'install' ==> Error: AttributeError: 'AutotoolsBuilder' object has no attribute 'compiler' change it to self.pkg.compiler.cc_pic_flag instead.
using self.compiler.cc_pic_flag here results in these errors: ==> sqlite: Executing phase: 'install' ==> Error: AttributeError: 'AutotoolsBuilder' object has no attribute 'compiler' change it to self.pkg.compiler.cc_pic_flag instead.