diff options
-rw-r--r-- | databases/ldb21/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/ldb21/Makefile b/databases/ldb21/Makefile index 0632487f18b3..842dcbcea81f 100644 --- a/databases/ldb21/Makefile +++ b/databases/ldb21/Makefile @@ -93,6 +93,11 @@ PLIST_FILES= include/ldb_version.h \ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +# Some symbols in ldb's linker version scripts are not defined, but since the +# scripts are generated dynamically, suppress errors with lld >= 17 due to these +# undefined symbols. +LDFLAGS+= -Wl,--undefined-version + .if ! ${PORT_OPTIONS:MMANPAGES} CONFIGURE_ENV+= XSLTPROC="true" .else |