This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients Battant, andrei.avk, jaraco, ned.deily, ronaldoussoren
Date 2022-03-23.13:44:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648043041.51.0.0854914652879.issue46975@roundup.psfhosted.org>
In-reply-to
Content
Aha. If I configure/make without LDFLAGS or CPPFLAGS set, compilation works. Then I noticed for `LDFLAGS`, some users were using `-L`. I thought it was slightly odd that my recipe was using `-I` for both flags. How is it that [this mistake](https://github.com/jaraco/jaraco.develop/commit/6469c7a61e7349b93f191df38eed6cd020dd79be) hasn't caused me any grief until M1 build?  No matter - correcting for that mistake and passing the correct LDFLAGS flag (-L) corrects for the issue.
History
Date User Action Args
2022-03-23 13:44:01jaracosetrecipients: + jaraco, ronaldoussoren, ned.deily, andrei.avk, Battant
2022-03-23 13:44:01jaracosetmessageid: <1648043041.51.0.0854914652879.issue46975@roundup.psfhosted.org>
2022-03-23 13:44:01jaracolinkissue46975 messages
2022-03-23 13:44:01jaracocreate