Commit badc318
committed
Fix handling of configure component LDFLAGS/LIBS
Refactor the code to pull wrapper LDFLAGS and LIBS from component
configure code into the opal_mca system. The previous code was a
bit too cute for my own good (read: overly complicated) and also
had a bug that it assumed $3 was not a shell variable (which is
not true if a component provides a configure script). Properly
use AS_VAR_COPY to avoid that bug, and manually expand the LDFLAGS
and LIBS loops to simplify the code.
Signed-off-by: Brian Barrett <bbarrett@amazon.com>1 parent 72ac1b8 commit badc318
1 file changed
+10
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
844 | | - | |
845 | | - | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | | - | |
856 | | - | |
857 | | - | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
858 | 854 | | |
859 | 855 | | |
860 | 856 | | |
| |||
0 commit comments