Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix/geos config #35

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3332,7 +3332,8 @@ $as_echo "$as_me: PROJ: ${proj_version}" >&6;}
fi
fi

LIBS="${INLIBS} ${PKG_LIBS} ${PROJ_LIBS}"
PKG_LIBS="${PKG_LIBS} ${PROJ_LIBS}"
LIBS="${INLIBS} ${PKG_LIBS}"

proj4ok=yes
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pj_init_plus in -lproj" >&5
Expand Down Expand Up @@ -3653,8 +3654,9 @@ fi
# honor PKG_xx overrides
# for CPPFLAGS we will superfluously double R's flags
# since we'll set PKG_CPPFLAGS with this, but that shouldn't hurt
PKG_CPPFLAGS="${PKG_CPPFLAGS} ${GEOS_CPPFLAGS}"
CPPFLAGS="${CPPFLAGS} ${PKG_CPPFLAGS}"
LIBS="${LIBS} ${PKG_LIBS}"
LIBS="${LIBS} ${PKG_LIBS} ${GEOS_CLIBS}"

if test ${GEOS_VER_DOT} -lt 350 ; then
PKG_CPPFLAGS="${PKG_CPPFLAGS} -DPOSTGIS_GEOS_VERSION=34"
Expand Down