libhtp icon indicating copy to clipboard operation
libhtp copied to clipboard

On FreeBSD, htp.pc is not installed correctly

Open ivanr opened this issue 10 years ago • 0 comments

It's placed in /usr/local/lib/pkgconfig/, but pkg-config expects it in /usr/local/libdata/pkgconfig/. The location is currently hard-coded in Makefile.am to $(libdir)/pkgconfig. This is something we should ideally detect when configuring. Alternatively, a configure switch could be added for the user to indicate the correct location.

ivanr avatar Aug 17 '14 19:08 ivanr