NetworkConfiguration / dhcpcd-ui

GTK+ / Qt / Curses interface to dhcpcd
https://roy.marples.name/projects/dhcpcd-ui
21 stars 7 forks source link

configure: fix build _gettext.c #6

Closed kikadf closed 1 year ago

kikadf commented 1 year ago

On OpenBSD the _gettext.c compile failed with ld error, undefined symbol: libintl_gettext. I set LDFLAGS, but configure script don't use only the CPPFLAGS and CFLAGS. This change fix this issue.

rsmarples commented 1 year ago

Thanks for the patch!