| Summary: | Patch to fix -export-dynamic typos. | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | orbea-ml |
| Component: | Build System and Packaging | Assignee: | Tim Wickberg <tim> |
| Status: | OPEN --- | QA Contact: | |
| Severity: | C - Contributions | ||
| Priority: | --- | CC: | deepujain |
| Version: | 21.08.x | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | -Other- | Slinky Site: | --- |
| Alineos Sites: | --- | Atos/Eviden Sites: | --- |
| Confidential Site: | --- | Coreweave sites: | --- |
| Cray Sites: | --- | DS9 clusters: | --- |
| Google sites: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | NoveTech Sites: | --- |
| Nvidia HWinf-CS Sites: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Tzag Elita Sites: | --- |
| Linux Distro: | --- | Machine Name: | |
| CLE Version: | Version Fixed: | ||
| Target Release: | --- | DevPrio: | --- |
| Emory-Cloud Sites: | --- | ||
| Attachments: |
Patch to fix -export-dynamic typos.
Patch: replace --export-dynamic with -export-dynamic in Makefile.am (Bug 11132, refreshed for current master) |
||
|
Description
orbea-ml
2021-03-18 10:49:42 MDT
Also see: https://bugs.schedmd.com/show_bug.cgi?id=11137 https://bugs.schedmd.com/show_bug.cgi?id=11139 Created attachment 44712 [details] Patch: replace --export-dynamic with -export-dynamic in Makefile.am (Bug 11132, refreshed for current master) Same fix as in attachment 18529 [details]: replace --export-dynamic with -export-dynamic in all Makefile.am for slibtool compatibility. Refreshed for current Slurm master; applies cleanly. No functional change. |