Skip to content
Snippets Groups Projects
Commit d56231ff authored by Christian Engwer's avatar Christian Engwer
Browse files

alugrid doesn't have the alberta shared libs bug, so we are not forced

to links with -static

[[Imported from SVN: r3515]]
parent f4c8b59f
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ if test x$with_alugrid != x && test x$with_alugrid != xno ; then
# set variables so that tests can use them
REM_CPPFLAGS=$CPPFLAGS
LDFLAGS="$LDFLAGS -static -L$ALUGRID_LIB_PATH"
LDFLAGS="$LDFLAGS -L$ALUGRID_LIB_PATH"
ALU3D_INC_FLAG="-I$ALUGRID_INCLUDE_PATH -I$ALUGRID_INCLUDE_PATH/serial -I$ALUGRID_INCLUDE_PATH/duneinterface"
CPPFLAGS="$CPPFLAGS $ALU3D_INC_FLAG"
......
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