jmmv / pkg_comp

Automates the build of pkgsrc binary packages in a sandbox
BSD 3-Clause "New" or "Revised" License
15 stars 3 forks source link

No way to bootstrap pkg_comp without pkgsrc and/or pkgconfig #5

Closed truist closed 7 years ago

truist commented 7 years ago

Per http://julio.meroh.net/2017/02/pkg_comp-2.0-tutorial-netbsd.html#comment-3187176460, it's not currently possible to bootstrap pkg_comp without pkgsrc or pkgconfig. It would be nice if it could be done.

jmmv commented 7 years ago

Should be easy. As far as I know, one can "inject" the pkgconfig results to the configure script via environment variables so that configure never invokes pkgconfig itself. What I'm not sure about is if this is properly supported with the way I invoke pkgconfig to find shtk, so I'll look into it.