svn commit: r552305 - branches/2020Q4/sysutils/lsof
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Oct 14 07:50:23 UTC 2020
Author: pkubaj
Date: Wed Oct 14 07:50:22 2020
New Revision: 552305
URL: https://svnweb.freebsd.org/changeset/ports/552305
Log:
MFH: r552304
sysutils/lsof: fix build on 12.2-RC2 on powerpc(64)
Link also to libzfs:
/usr/lib/libzpool.so: undefined reference to `get_system_hostid'
Approved by: portmgr (fix build blanket)
Modified:
branches/2020Q4/sysutils/lsof/Makefile
Directory Properties:
branches/2020Q4/ (props changed)
Modified: branches/2020Q4/sysutils/lsof/Makefile
==============================================================================
--- branches/2020Q4/sysutils/lsof/Makefile Wed Oct 14 07:49:18 2020 (r552304)
+++ branches/2020Q4/sysutils/lsof/Makefile Wed Oct 14 07:50:22 2020 (r552305)
@@ -48,7 +48,7 @@ CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE
# PPC64 needs -lzpool for reasons unknown. If someone can
# figure out why, I (ler) am all ears.
.if ${ARCH} == powerpc64 || ${ARCH} == powerpc
-CONFIGURE_ENV+= LSOF_CFGL="-lzpool"
+CONFIGURE_ENV+= LSOF_CFGL="-lzfs -lzpool"
. endif
.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c)
More information about the svn-ports-branches
mailing list