mounaiban / captdriver

Driver for Canon CAPT printers
GNU General Public License v3.0
87 stars 16 forks source link

Respect cups-config --ldflags (for 0.1.4.2-GxB) #28

Closed saper closed 1 year ago

saper commented 1 year ago

On FreeBSD:

$ cups-config --image --libs gives

-lcups

but we also need

$ cups-config --ldflags

-L/usr/local/lib

mounaiban commented 1 year ago

Thanks a million! :bow:

This successfully builds on GNU/Linux (ZorinOS 16.2). I will be testing this on OpenBSD/amd64 next... I hope this fixes #20.