On Wed, Jan 08, 2025 at 04:23:36PM +0000, Stuart Henderson wrote: > On 2025/01/08 16:00, Stuart Henderson wrote: > > small tweaks; > > > > - set --with-system-libdir and --with-system-includedir, otherwise it > > strips /usr/local/{lib,include} from returned flags. (I'm trying a rust > > build with this replacing /usr/bin/pkg-config now). > > hmm, that still fails the same way ("fatal error: 'libssh2.h' file not > found" in libgit2/src/libgit2/transports/ssh_libssh2.c:12:10:; it doesn't > use -I/usr/local/include in the compiler command).
Yes, that's the one I couldn't figure out. > still, it does fix some other failures compared to the in-tree version > of pkgconf. It's definitely a good thing to add. ok