summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-10-23 13:53:40 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2014-10-23 13:53:40 +0200
commit982939fa5caaaacfadc099699d888f99c97f949c (patch)
tree37146a6210f8412f0e4d5bb9e49416c7d3b53fbf
parent03ca51abe79211b7112865fce52a5e1d63b49cea (diff)
downloadefl-982939fa5caaaacfadc099699d888f99c97f949c.tar.gz
evas/cserve2_slave: Fix build race with linking to eo but not depending on it.devs/stefan/cserve-build-fix
I have not been able to reproduce this myself but I have seen a build log where the binary tries to link to libeo and fails due to the missing file. A similar problem was "fixed" in 0e4b847deb79c957dbc042ea0c6a98282aead6e0, but this really makes me wonder where the linking against eo comes from for cserve2 which is not using eo as far as I can see.
-rw-r--r--src/Makefile_Evas.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am
index 6cbbe0fefd..b787bf06bb 100644
--- a/src/Makefile_Evas.am
+++ b/src/Makefile_Evas.am
@@ -1273,7 +1273,7 @@ bin_evas_evas_cserve2_slave_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
@EVAS_CFLAGS@
bin_evas_evas_cserve2_slave_LDADD = @EVAS_CSERVE2_SLAVE_LIBS@ @USE_EINA_LIBS@
-bin_evas_evas_cserve2_slave_DEPENDENCIES = @USE_EINA_INTERNAL_LIBS@
+bin_evas_evas_cserve2_slave_DEPENDENCIES = @USE_EINA_INTERNAL_LIBS@ @USE_EO_INTERNAL_LIBS@
bin_evas_evas_cserve2_slave_LDFLAGS = -export-dynamic
bin_evas_dummy_slave_SOURCES = \