Skip to content

Commit 76f3d0e

Browse files
committed
Propagate the user provided --libdir to the internal libevent
Signed-off-by: George Bosilca <[email protected]>
1 parent 3fab720 commit 76f3d0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/opal_config_libevent.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ AC_DEFUN([_OPAL_CONFIG_LIBEVENT_INTERNAL], [
205205
OPAL_VAR_SCOPE_PUSH(subconfig_happy subconfig_prefix internal_libevent_location)
206206
207207
AS_IF([test ! -z $prefix], [subconfig_prefix="--prefix=$prefix"])
208+
AS_IF([test ! -z $libdir], [subconfig_prefix="--libdir=$libdir"])
208209
209210
# Note: To update the version of libevent shipped, update the
210211
# constant in autogen.pl.

0 commit comments

Comments
 (0)