diff options
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc index 60d44ce979..15ecdeeb2e 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql.inc +++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc | |||
@@ -36,7 +36,7 @@ LEAD_SONAME = "libpq.so" | |||
36 | # LDFLAGS for shared libraries | 36 | # LDFLAGS for shared libraries |
37 | export LDFLAGS_SL = "${LDFLAGS}" | 37 | export LDFLAGS_SL = "${LDFLAGS}" |
38 | 38 | ||
39 | inherit autotools pkgconfig perlnative python3native python3targetconfig useradd update-rc.d systemd gettext cpan-base | 39 | inherit autotools pkgconfig perlnative python3native python3targetconfig useradd update-rc.d systemd gettext cpan-base multilib_header |
40 | 40 | ||
41 | CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6" | 41 | CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6" |
42 | 42 | ||
@@ -183,6 +183,7 @@ INITSCRIPT_PARAMS = "start 64 . stop 36 0 1 2 3 4 5 6 ." | |||
183 | do_install:append() { | 183 | do_install:append() { |
184 | # install contrib | 184 | # install contrib |
185 | oe_runmake DESTDIR=${D} -C contrib install | 185 | oe_runmake DESTDIR=${D} -C contrib install |
186 | oe_multilib_header pg_config.h pg_config_ext.h ecpg_config.h postgresql/server/pg_config.h postgresql/server/pg_config_ext.h | ||
186 | # install tutorial | 187 | # install tutorial |
187 | install -d -m 0755 ${D}${libdir}/${BPN}/tutorial | 188 | install -d -m 0755 ${D}${libdir}/${BPN}/tutorial |
188 | install ${B}/src/tutorial/* ${D}${libdir}/${BPN}/tutorial | 189 | install ${B}/src/tutorial/* ${D}${libdir}/${BPN}/tutorial |