Fix build on sparc64 by adding -L${X11BASE}/lib to CONFIGURE_ENV LDFLAGS

This commit is contained in:
kmos 2022-07-03 22:45:21 +00:00
parent a763037bc5
commit c95d26d104

View File

@ -88,7 +88,7 @@ CFLAGS += -DA4
.endif
# Needed to make the configure script detect libiconv
CONFIGURE_ENV += LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ENV += LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
NO_TEST = Yes