summaryrefslogtreecommitdiffstats
path: root/fortran/config
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-11-15 16:09:37 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-11-15 16:09:37 (GMT)
commit8dae2ec00b74a7af6be708a26583562af6a68e85 (patch)
tree7205df11687f9d1490a752d0bc5d3b2e6eb9972f /fortran/config
parent80429f7f45c9ff631d2c1524ae9efb649bf8ebe1 (diff)
downloadhdf5-8dae2ec00b74a7af6be708a26583562af6a68e85.zip
hdf5-8dae2ec00b74a7af6be708a26583562af6a68e85.tar.gz
hdf5-8dae2ec00b74a7af6be708a26583562af6a68e85.tar.bz2
[svn-r2915] Purpose:
Feature Add Description: Added the --enable-static-exec flag to the fortran stuff. Platforms tested: Linux
Diffstat (limited to 'fortran/config')
-rw-r--r--fortran/config/commence.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/config/commence.in b/fortran/config/commence.in
index 6486bff..fb05860 100644
--- a/fortran/config/commence.in
+++ b/fortran/config/commence.in
@@ -59,7 +59,7 @@ LT_UNINSTALL=$(LT) --mode=uninstall $(RM)
# Fortran compilation/linking stuff
LT_FCOMPILE=$(LT) --mode=compile $(F9X)
LT_LINK_FLIB=$(LT) --mode=link $(F9X) -static $(DYNAMIC_DIRS)
-LT_LINK_FEXE=$(LT) --mode=link $(F9X) -static $(DYNAMIC_DIRS)
+LT_LINK_FEXE=$(LT) --mode=link $(F9X) $(LT_STATIC_LIB) $(DYNAMIC_DIRS)
## Optional variables. We must declare them here because Irix pmake
## complains if it sees a reference to a variable which has never been