Skip to content

Commit 9ae1140

Browse files
committed
Add pthread to fix link failures
See b34092c .
1 parent 1d36f31 commit 9ae1140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2668,8 +2668,8 @@ else
26682668
FORTRANCXXSHARED='$(CXX) -dynamiclib'
26692669
;;
26702670
*)
2671-
FORTRANLDSHARED='$(LDSHARED)'
2672-
FORTRANCXXSHARED='$(CXXSHARED)'
2671+
FORTRANLDSHARED='$(LDSHARED) -pthread'
2672+
FORTRANCXXSHARED='$(CXXSHARED) -pthread'
26732673
;;
26742674
esac
26752675
fi

0 commit comments

Comments
 (0)