Commit ec84cc0
committed
Fix -lcrypt via LIBRARY_PATH after CMAKE_EXE_LINKER_FLAGS still didn't reach comist
Second attempt: passing -DCMAKE_EXE_LINKER_FLAGS on the configure line
hit the identical "cannot find -lcrypt" failure at the exact same
target, so comist's CMakeLists.txt evidently doesn't inherit that cache
variable either. LIBRARY_PATH is read directly by gcc/gfortran's own
collect2 link driver regardless of what flags the build system passes
on the command line, so it can't be dropped the same way.1 parent 770890b commit ec84cc0
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments