Skip to content
Snippets Groups Projects
Commit 118d434c authored by Markus Blatt's avatar Markus Blatt
Browse files

If configured with DUNE_LDFLAGS=all-static force static linkage even for the

tests.
Note that this breaks static compilation of fmatrixtest because of missing fortran library names in LAPACK_LIBS!


[[Imported from SVN: r6599]]
parent 0378a976
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ DUNE_CHECK_ALL ...@@ -16,6 +16,7 @@ DUNE_CHECK_ALL
AC_SUBST([DUNE_COMMON_ROOT], '$(abs_top_srcdir)') AC_SUBST([DUNE_COMMON_ROOT], '$(abs_top_srcdir)')
AC_SUBST([DUNE_COMMON_BIN], '$(abs_top_srcdir)/bin/') AC_SUBST([DUNE_COMMON_BIN], '$(abs_top_srcdir)/bin/')
AC_SUBST([AM_CPPFLAGS], '-I$(top_srcdir)') AC_SUBST([AM_CPPFLAGS], '-I$(top_srcdir)')
AC_SUBST([AM_LDFLAGS], '$(DUNE_LDFLAGS)')
AC_SUBST([LDADD], '$(top_builddir)/lib/libdunecommon.la') AC_SUBST([LDADD], '$(top_builddir)/lib/libdunecommon.la')
# write output # write output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment