MODCMAKE_LDFLAGS is only passed to CONFIGURE_ENV. Shift to LDFLAGS.

Fixes the build on sparc64.

ok kirby@
This commit is contained in:
kmos 2022-08-31 17:50:22 +00:00
parent 3939958f0d
commit 91a0f34517
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ CONFIGURE_ARGS += -DINSTALL_MAN_DIR:STRING=man \
-Wno-dev
CFLAGS += -I${LOCALBASE}/include
MODCMAKE_LDFLAGS = -L${LOCALBASE}/lib -liconv -lintl
LDFLAGS = -L${LOCALBASE}/lib -liconv -lintl
FLAVORS += mysql pgsql
FLAVOR ?=