Re: [E-devel] [EGIT] [core/efl] master 02/02: configure: Link eina to librt. This is needed for shm_* calls

2013-07-01 Thread Cedric BAIL
On Thu, Jun 27, 2013 at 2:05 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 26 Jun 2013 15:35:14 +0100 Daniel Willmann d.willm...@samsung.com said: On 26/06/13 15:21, Rafael Antognolli wrote: Check m4/efl_check_funcs.m4, we have _EFL_CHECK_FUNC_SHM_OPEN there. Can't we use it?

Re: [E-devel] [EGIT] [core/efl] master 02/02: configure: Link eina to librt. This is needed for shm_* calls

2013-07-01 Thread Daniel Willmann
On 01/07/13 08:12, Cedric BAIL wrote: On Thu, Jun 27, 2013 at 2:05 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 26 Jun 2013 15:35:14 +0100 Daniel Willmann d.willm...@samsung.com said: On 26/06/13 15:21, Rafael Antognolli wrote: Check m4/efl_check_funcs.m4, we have

Re: [E-devel] [EGIT] [core/efl] master 02/02: configure: Link eina to librt. This is needed for shm_* calls

2013-06-26 Thread The Rasterman
On Wed, 26 Jun 2013 03:10:48 -0700 Daniel Willmann - Enlightenment Git no-re...@enlightenment.org said: i am not sure this is portable. other platforms may not have a librt... it probably needs an explicit check? asdfuser pushed a commit to branch master. commit

Re: [E-devel] [EGIT] [core/efl] master 02/02: configure: Link eina to librt. This is needed for shm_* calls

2013-06-26 Thread Rafael Antognolli
Check m4/efl_check_funcs.m4, we have _EFL_CHECK_FUNC_SHM_OPEN there. Can't we use it? On Wed, Jun 26, 2013 at 9:24 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 26 Jun 2013 03:10:48 -0700 Daniel Willmann - Enlightenment Git no-re...@enlightenment.org said: i am not sure this is

Re: [E-devel] [EGIT] [core/efl] master 02/02: configure: Link eina to librt. This is needed for shm_* calls

2013-06-26 Thread Daniel Willmann
On 26/06/13 15:21, Rafael Antognolli wrote: Check m4/efl_check_funcs.m4, we have _EFL_CHECK_FUNC_SHM_OPEN there. Can't we use it? Actually we do already: EFL_CHECK_FUNCS([EINA], [dlopen dladdr iconv shm_open splice setxattr]) So why did this stop working? Daniel On Wed, Jun 26, 2013 at

Re: [E-devel] [EGIT] [core/efl] master 02/02: configure: Link eina to librt. This is needed for shm_* calls

2013-06-26 Thread The Rasterman
On Wed, 26 Jun 2013 15:35:14 +0100 Daniel Willmann d.willm...@samsung.com said: On 26/06/13 15:21, Rafael Antognolli wrote: Check m4/efl_check_funcs.m4, we have _EFL_CHECK_FUNC_SHM_OPEN there. Can't we use it? Actually we do already: EFL_CHECK_FUNCS([EINA], [dlopen dladdr iconv shm_open