Skip to content

Commit

Permalink
libevent: Update autotools versions
Browse files Browse the repository at this point in the history
Libevent 2.1.12 is the most recent release of Libevent, but is still
ancient, and therefore was built with an ancient version of the
Autotools.  This change takes the official Libevent 2.1.12 release,
runs autogen to update the versions of autotools, and builds a new
tarball.  This was done with Autoconf 2.72, Automake 1.16.5, and
Libevent 2.4.7.

Signed-off-by: Brian Barrett <bbarrett@amazon.com>
(cherry picked from commit b85957e)
  • Loading branch information
bwbarrett committed Mar 30, 2024
1 parent 0a613c7 commit 61e72f9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added 3rd-party/libevent-2.1.12-stable-ompi.tar.gz
Binary file not shown.
Binary file removed 3rd-party/libevent-2.1.12-stable.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion autogen.pl
Expand Up @@ -71,7 +71,7 @@
my $ompi_libtoolize_search = "libtoolize;glibtoolize";

# version of packages we ship as tarballs
my $libevent_version="2.1.12-stable";
my $libevent_version="2.1.12-stable-ompi";
my $hwloc_version="2.7.1";

# One-time setup
Expand Down

0 comments on commit 61e72f9

Please sign in to comment.