stefan pushed a commit to branch master.

commit 525c4cbecebb25f7b939c3a7e47957042862c4ee
Author: Stefan Schmidt <[email protected]>
Date:   Thu Jul 18 11:06:07 2013 +0100

    evil: Evils own libdl lib is also needed for the test programs.
    
    Looks like USE_EVIL_INTERNEL_LIBS does only contains libevil itself.
    For the test programs we still need the evil specific libdl for linking.
    Lets hope this is the last parallel make fix for evil.
---
 src/Makefile_Evil.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile_Evil.am b/src/Makefile_Evil.am
index 0eb92fb..7e9854f 100644
--- a/src/Makefile_Evil.am
+++ b/src/Makefile_Evil.am
@@ -152,11 +152,11 @@ bin_evil_evil_suite_SOURCES +=  
bin/evil/memcpy_glibc_arm.S
 endif
 
 bin_evil_evil_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl @EVIL_CFLAGS@
-bin_evil_evil_suite_LDADD = @USE_EVIL_LIBS@ @DL_LIBS@ -lm
+bin_evil_evil_suite_LDADD = @USE_EVIL_LIBS@ @DL_LIBS@ -lm lib/evil/libdl.la
 bin_evil_evil_suite_DEPENDENCIES = @USE_EVIL_INTERNAL_LIBS@
 
 bin_evil_test_evil_SOURCES = bin/evil/test_evil.c
-bin_evil_test_evil_LDADD = @USE_EVIL_LIBS@ @DL_LIBS@
+bin_evil_test_evil_LDADD = @USE_EVIL_LIBS@ @DL_LIBS@ lib/evil/libdl.la
 bin_evil_test_evil_DEPENDENCIES = @USE_EVIL_INTERNAL_LIBS@
 
 endif

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to