diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-02-26 15:02:50 +0000 |
|---|---|---|
| committer | Ross Burton <ross.burton@arm.com> | 2025-02-27 20:28:17 +0000 |
| commit | 01f0ee673fb629db8517139d802f2712298dde63 (patch) | |
| tree | c46407bdc96f81b2086cdb38e483a6d3a966a391 | |
| parent | 8f00c1d4a7b50450b65ae6ce7f89d5cfc7bd8e8d (diff) | |
| download | meta-openembedded-01f0ee673fb629db8517139d802f2712298dde63.tar.gz | |
postgresql: fix autoreconf
autoreconf needs to be told where to find macros as the Makefile.am does
not do this.
Signed-off-by: Ross Burton <ross.burton@arm.com>
| -rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc index 7bbcaca443..040b3d5e34 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql.inc +++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc | |||
| @@ -133,6 +133,8 @@ def is_target(d): | |||
| 133 | export PERLCONFIGTARGET = "${@is_target(d)}" | 133 | export PERLCONFIGTARGET = "${@is_target(d)}" |
| 134 | export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}/${@get_perl_arch(d)}" | 134 | export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}/${@get_perl_arch(d)}" |
| 135 | 135 | ||
| 136 | EXTRA_AUTORECONF += "-I config" | ||
| 137 | |||
| 136 | do_configure() { | 138 | do_configure() { |
| 137 | # do_configure | 139 | # do_configure |
| 138 | autotools_do_configure | 140 | autotools_do_configure |
