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>
This commit is contained in:
Daniel Willmann 2013-06-26 10:57:24 +01:00
parent 2e772ad6ee
commit 5f618e6289
1 changed files with 1 additions and 0 deletions

View File

@ -709,6 +709,7 @@ AC_DEFINE_IF([EINA_STRINGSHARE_USAGE],
EFL_PLATFORM_DEPEND([EINA], [all])
EFL_ADD_LIBS([EINA], [-lm])
EFL_ADD_LIBS([EINA], [-lrt])
## Options