intel / qatlib

Other
91 stars 34 forks source link

Add pkg-config to compilation dependencies #54

Closed Jackenmen closed 11 months ago

Jackenmen commented 1 year ago

pkg-config is necessary for systemd support, see: https://github.com/intel/qatlib/blob/7429ee2b7c837137ed11959a3c2cc3729dc15739/configure.ac#L99-L110

Without pkg-config, this project will build even when configured with --enable-service (config.log will contain 'check for systemd pkg-config support: no' though) but when trying to run sudo make install, it will fail when trying to start the service since it won't actually copy the generated service file.

fionatrahe commented 11 months ago

Thanks Jakub. This will be included in the next qatlib release.