]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Fix building tests with mudflap.
authorUlrich Drepper <drepper@myware66.akkadia.org>
Thu, 23 Apr 2009 14:59:02 +0000 (07:59 -0700)
committerUlrich Drepper <drepper@myware66.akkadia.org>
Thu, 23 Apr 2009 14:59:02 +0000 (07:59 -0700)
tests/ChangeLog
tests/Makefile.am

index 70e9c0270c1db6c615b5450cd8c520dbbecdbbde..f1fd512b37a454d7296a55e8447a192ee346c2ad 100644 (file)
@@ -1,3 +1,8 @@
+2009-04-23  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makefile [BUILD_STATIC] (libdw): Add $(zip_LIBS).
+       (rdwrmmap_LDADD): Add $(libmudflap).
+       
 2009-04-21  Roland McGrath  <roland@redhat.com>
 
        * testfile50.bz2: New data file.
index 81c1ab76ba6f50446ba854e1dd5b8de502213b31..9f4ccddbffc3d33ed2fc25131e279426daead11e 100644 (file)
@@ -160,7 +160,7 @@ installcheck-local:
 endif !STANDALONE
 
 if MUDFLAP
-static_build=yes
+static_build = yes
 libmudflap = -lmudflap
 endif
 
@@ -171,7 +171,7 @@ libasm = -lasm
 libebl = -lebl
 else !STANDALONE
 if BUILD_STATIC
-libdw = ../libdw/libdw.a $(libelf) $(libebl) -ldl
+libdw = ../libdw/libdw.a $(zip_LIBS) $(libelf) $(libebl) -ldl
 libelf = ../libelf/libelf.a
 libasm = ../libasm/libasm.a
 else
@@ -225,7 +225,7 @@ asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
 asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
 asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap) -ldl
 dwflmodtest_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl
-rdwrmmap_LDADD = $(libelf)
+rdwrmmap_LDADD = $(libelf) $(libmudflap)
 dwfl_bug_addr_overflow_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl
 arls_LDADD = $(libelf) $(libmudflap)
 dwfl_bug_fd_leak_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap) -ldl