You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/ipmiutil/files/ipmiutil-3.1.4-fix_lanplus_...

12 lines
485 B

--- a/configure.ac 2020-01-24 23:32:53.768314546 +0700
+++ b/configure.ac 2020-01-24 23:32:13.971662393 +0700
@@ -94,7 +94,7 @@ AC_ARG_ENABLE([landesk],
dnl Configure ipmiutil for lanplus (libipmi_lanplus.a) or not (default yes)
AC_ARG_ENABLE([lanplus],
- [ --enable-lanplus enable lanplus support (default=yes)],[default=yes],
+ [ --enable-lanplus enable lanplus support (default=yes)],
[if test "x$enableval" = "xno"; then
drv_lanplus=""
LANPLUS_CFLAGS=""