Fix link errors on base-gcc by adding -L${X11BASE}/lib to LDFLAGS

This commit is contained in:
kmos 2022-04-15 22:16:08 +00:00
parent 391a4771a2
commit 45ace90c4b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ CONFIGURE_ARGS += --enable-debug
.endif
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS=-lexecinfo \
LDFLAGS="-lexecinfo -L${X11BASE}/lib" \
LOCALDIR="${LOCALBASE}" \
X11R6DIR="${X11BASE}" \
ac_cv_header_bfd_h=false