Skip to content

Commit 7472ba6

Browse files
committed
Make installation of liblsof by default, update 00DIST
1 parent f2113ea commit 7472ba6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

00DIST

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5574,6 +5574,9 @@ Supplement Regenerated the 4.04 distribution to correct a non-
55745574

55755575
Fix compilation error when HASIPv6 is not defined. (@chenrui333)
55765576

5577+
Add configure option --disable-liblsof to disable installation
5578+
of liblsof. (@subnut, #300)
5579+
55775580
4.9?.? ????????? ??, ????
55785581

55795582
Vic Abell <abe@purdue.edu>

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ AC_DEFINE([API_EXPORT], [__attribute__ ((visibility ("default")))],
255255

256256
# --enable-liblsof to install liblsof
257257
AC_ARG_ENABLE(liblsof, AS_HELP_STRING([--enable-liblsof],
258-
[build and install liblsof @<:@default=no@:>@]), [], [enable_liblsof=no])
258+
[build and install liblsof @<:@default=yes@:>@]), [], [enable_liblsof=yes])
259259
AM_CONDITIONAL([INSTALL_LIBLSOF], [test "x$enable_liblsof" = xyes])
260260

261261
# --enable-security to define HASSECURITY

0 commit comments

Comments
 (0)