CPPFLAGS and LDFLAGS are not needed; this will also prevent picking up

libgd if it's around at configure time.
This commit is contained in:
ajacoutot 2022-11-10 10:35:12 +00:00
parent ec8b77eaa4
commit 5290649621
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ CONFIGURE_ARGS= --without-libplot \
--without-magick \
--without-pptx \
--disable-docs
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
WANTLIB= c ${COMPILER_LIBCXX} m
# c++14