summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-31 17:25:49 -0700
committerTom Rini <tom_rini@mentor.com>2011-02-01 08:18:01 -0700
commited3c8fff4f014dd30c054ce4a524604496f98546 (patch)
tree1c066ddf94fd710474e4a70ba7e4a0546f797d0a
parente2cdad70c4579cd89e2f59a191c7da59b2ce81b7 (diff)
downloadopenembedded-ed3c8fff4f014dd30c054ce4a524604496f98546.tar.gz
sh-common: Add postgresql info
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--site/sh-common7
1 files changed, 7 insertions, 0 deletions
diff --git a/site/sh-common b/site/sh-common
index dd955d97d2..c3f7bf0540 100644
--- a/site/sh-common
+++ b/site/sh-common
@@ -127,6 +127,13 @@ ac_cv_pread=${ac_cv_pread=no}
ac_cv_pwrite=${ac_cv_pwrite=no}
php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes}
+# postgresql
+pgac_cv_alignof_short=2
+pgac_cv_alignof_int=4
+pgac_cv_alignof_long=4
+pgac_cv_alignof_long_long_int=8
+pgac_cv_alignof_double=8
+
# glib
glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}