You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
Thanks @anneb , that actually works! There should really be a way to do this out of the box. Easy enough to add support for PGVERSION in the Makefiles, but any idea what to do with debian/pgversions?
Just to make sure that this is known:
I am currently working at deprecating this approach altogether
see https://github.com/giggls/osml10n for details.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When multiple postgresql versions are installed, it seems you can only build for the newest version.
Did I overlook something obvious?
I found the following last/newest(?) installed postgresql version dependent settings:
files:
debian/rules:
Makefile:
icutranslit/Makefile
pg_config
is used twice (always linked to newest or last installed version?)kanjitranscript/Makefile
pg_config
is used twiceI was able to build for other versions as follows:
file debian/pgversions
replace
9.6+
by version number you wish to build for, example:12
file Makefile:
file icutranslit/Makefile
file kanjitranscript/Makefile
now I was able to override the postgres version number as follows:
make PGVERSION=XX deb
where XX is the version number you want to build for.
The text was updated successfully, but these errors were encountered: