File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
opal/mca/event/libevent2022 Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -70,17 +70,11 @@ nobase_opal_HEADERS = $(headers)
70
70
nobase_nodist_opal_HEADERS = libevent/include/event2/event-config.h
71
71
endif
72
72
73
- # Make the output library in this directory, and name it either
74
- # mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la
75
- # (for static builds).
73
+ # Make the output library in this directory, and name it
74
+ # libmca_<type>_<name>.la because build is forced to be static-only
76
75
77
- if MCA_BUILD_opal_event_libevent2022_DSO
78
- component_noinst =
79
- component_install = mca_event_libevent2022.la
80
- else
81
76
component_noinst = libmca_event_libevent2022.la
82
77
component_install =
83
- endif
84
78
85
79
86
80
# We only ever build this component statically
@@ -90,5 +84,4 @@ libmca_event_libevent2022_la_SOURCES =$(sources)
90
84
libmca_event_libevent2022_la_LDFLAGS = -module -avoid-version
91
85
libmca_event_libevent2022_la_LIBADD = $(builddir ) /libevent/libevent.la
92
86
libmca_event_libevent2022_la_DEPENDENCIES = $(builddir ) /libevent/libevent.la
93
- mca_event_libevent2022_la_DEPENDENCIES = $(builddir ) /libevent/libevent.la
94
87
You can’t perform that action at this time.
0 commit comments