]> code.ossystems Code Review - openembedded-core.git/commit
gettext,m4: Add -lrt to LDFLAGS for uclibc
authorKhem Raj <raj.khem@gmail.com>
Thu, 12 Apr 2012 06:02:53 +0000 (23:02 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 May 2012 10:55:42 +0000 (11:55 +0100)
commit68e07a5ff114b5f413a5eeedeb551d82bc77774c
tree9db51174d5f55b9db9e29901d17c76ff1246950d
parentd13b1dc1897af733cc2ec22df50ae9d1fd0b48af
gettext,m4: Add -lrt to LDFLAGS for uclibc

uclibc has recently got posix_spawn implementation
and the implementation resided in librt so we link
-lrt to get the configure tests using uclibc provided
definitions and not the gnu-lib wrappers

Let libintl.a live in -staticdev package

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-core/gettext/gettext_0.18.1.1.bb
meta/recipes-devtools/m4/m4-1.4.16.inc
meta/recipes-devtools/m4/m4-1.4.9.inc
meta/recipes-devtools/m4/m4.inc