site/sh3-linux: Makes lzo build nicely
authorKristoffer Ericson <kristoffer_e1@hotmail.com>
Sun, 28 May 2006 04:01:41 +0000 (04:01 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 28 May 2006 04:01:41 +0000 (04:01 +0000)
* addition of ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}

site/sh3-linux

index a31cee3..8f7998a 100644 (file)
@@ -21,6 +21,9 @@ ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
 ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
 ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
 
+# lzo
+ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
+
 ac_cv_sys_restartable_syscalls=yes
 ac_cv_uchar=${ac_cv_uchar=no}
 ac_cv_uint=${ac_cv_uint=yes}