diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-07-24 16:35:53 +0200 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-07-24 16:35:53 +0200 |
commit | b4c675b65391f75b76456262cfce5f204cf26213 (patch) | |
tree | 64b849789049ee12bae0b56f2b7d1cf9ce59b5b7 /recipes/qt4 | |
parent | 5696146f49b990049ed9d42312d9f788b53b8b4a (diff) |
qt4.inc: add -I${STAGING_INCDIR}/postgresql to includes
This works around part of the problem when cross-compiling
the PostgreSQL plugin. The build will still fail if the
"pg_config" program is present on the build machine.
Diffstat (limited to 'recipes/qt4')
-rw-r--r-- | recipes/qt4/qt4.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc index 9d82a1bc0c..b4f53c14b7 100644 --- a/recipes/qt4/qt4.inc +++ b/recipes/qt4/qt4.inc @@ -160,7 +160,8 @@ do_configure() { ${QT_CONFIG_FLAGS} -fast \ -L${STAGING_LIBDIR} -I${STAGING_INCDIR} \ -I${STAGING_INCDIR}/freetype2 \ - -I${STAGING_INCDIR}/mysql + -I${STAGING_INCDIR}/mysql \ + -I${STAGING_INCDIR}/postgresql } do_compile() { |