Hi Drew (2024.08.24_11:39:04_+0000)
> Currently -X only applies to byte-compilation. The only way to do what
> you want is --no-ext-rename, but that's all or nothing.
> 
> I think we can extend -X to apply to C extensions too...

Thinking about that some more, I actually don't see any point in this.
You'd be fine with --no-ext-rename.

Your build system is already fully qualifying the C extension filenames.

If it didn't: Once you have any .so file in a non-multiarch path, you
can't be Multi-Arch: same. So there would be no benefit in including the
multiarch tag.

I pushed a git branch with a patch that adds this feature
(exclude_ext_rename), as I've already written it. But I don't think it's
a feature we need. So I don't intend to merge it.

Stefano

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  +1 415 683 3272

Reply via email to