abinfo "Building sqlite-fdw ..."
# FIXME: Does not yet support the latest PostgreSQL (18).
#
# Upstream support pending - https://github.com/pgspider/sqlite_fdw/pull/118
make \
    USE_PGXS=1 \
    PG_CONFIG=/usr/bin/pg_config-17

abinfo "Installing sqlite-fdw ..."
# FIXME: Does not yet support the latest PostgreSQL (18).
#
# Upstream support pending - https://github.com/pgspider/sqlite_fdw/pull/118
make install \
    USE_PGXS=1 \
    PG_CONFIG=/usr/bin/pg_config-17 \
    DESTDIR="$PKGDIR"
