mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
security/heimdal: Fix build
Fix build due to many undefined symbols listed in version.map. The problem is that the listed functions are conditionally built and since they exist in FreeBSD they are not built but they are still referenced in version.map. PR: 275979 MFH: 2024Q1 Approved by: portmgr (just fix it)
This commit is contained in:
parent
69c02333d4
commit
64f7f98bb6
@ -45,6 +45,7 @@ CONFIGURE_ARGS= --with-berkeley-db \
|
||||
--sysconfdir="${PREFIX}/etc"
|
||||
# XXX --with-readline picks up libreadline even if found in /usr/lib.
|
||||
MAKE_ENV= INSTALL_CATPAGES=no
|
||||
LDFLAGS= -Wl,--undefined-version
|
||||
INSTALL_TARGET= install-strip
|
||||
.if !exists(/etc/rc.d/ipropd_master)
|
||||
USE_RC_SUBR= ipropd_master ipropd_slave
|
||||
|
Loading…
Reference in New Issue
Block a user