configure: Link eina to librt. This is needed for shm_* calls
authorDaniel Willmann <d.willmann@samsung.com>
Wed, 26 Jun 2013 09:57:24 +0000 (10:57 +0100)
committerDaniel Willmann <d.willmann@samsung.com>
Wed, 26 Jun 2013 10:10:57 +0000 (11:10 +0100)
commit6445fea318f29fd6b1de0bc6fbe1b66bcc5673ba
treef29df71a2d4ab49e544e231ff3ab3a9d5cdc2f1c
parentcd980c4beaabd473b58363d86b8f05ab1d3b9a76
configure: Link eina to librt. This is needed for shm_* calls

Recent clang breaks with linking errors:
lib/eina/.libs/libeina.so: undefined reference to `shm_open'
so fix.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
configure.ac