I'll look at it, the slave shouldn't rely on EVAS_LIBS just because of that... it will bring stuff like fontconfig, that is not required by the slave (it's quite lean)
On Sun, Jan 13, 2013 at 1:52 AM, Enlightenment SVN <[email protected]> wrote: > Log: > add EVAS_LIBS (set by EFL_CHECK_FUNC([EVAS], [shm_open]) which should > thus only contain -lrt if needed)... > > > > Author: raster > Date: 2013-01-12 19:52:09 -0800 (Sat, 12 Jan 2013) > New Revision: 82711 > Trac: http://trac.enlightenment.org/e/changeset/82711 > > Modified: > trunk/efl/src/Makefile_Evas.am > > Modified: trunk/efl/src/Makefile_Evas.am > =================================================================== > --- trunk/efl/src/Makefile_Evas.am 2013-01-13 02:58:00 UTC (rev 82710) > +++ trunk/efl/src/Makefile_Evas.am 2013-01-13 03:52:09 UTC (rev 82711) > @@ -1489,7 +1489,8 @@ > > bin_evas_evas_cserve2_slave_LDADD = \ > lib/eina/libeina.la \ > -@EVAS_LDFLAGS@ > +@EVAS_LDFLAGS@ \ > +@EVAS_LIBS@ > > bin_evas_evas_cserve2_slave_LDFLAGS = -export-dynamic > > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_123012 > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_123012 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
