mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
The project uses the *.map file with symbols that don't exist. This was a warning on 14 and earlier systems, but it is an error on 15. Reported by: fallout
22 lines
650 B
Text
22 lines
650 B
Text
- workaround for symbol map containing missing symbols, see https://github.com/besser82/libxcrypt/issues/181
|
|
|
|
--- Makefile.am.orig 2024-01-21 03:27:38 UTC
|
|
+++ Makefile.am
|
|
@@ -154,12 +154,12 @@ libcrypt_la_LDFLAGS = -version-info $(libcrypt_la_VERS
|
|
|
|
libcrypt_la_LDFLAGS = -version-info $(libcrypt_la_VERSION)
|
|
|
|
-if HAVE_VSCRIPT
|
|
-libcrypt_la_LDFLAGS += $(VSCRIPT_LDFLAGS),$(builddir)/libcrypt.map
|
|
-APPLY_SYMVERS = yes
|
|
-else
|
|
+#if HAVE_VSCRIPT
|
|
+#libcrypt_la_LDFLAGS += $(VSCRIPT_LDFLAGS),$(builddir)/libcrypt.map
|
|
+#APPLY_SYMVERS = yes
|
|
+#else
|
|
APPLY_SYMVERS = no
|
|
-endif
|
|
+#endif
|
|
|
|
libcrypt_la_LDFLAGS += $(UNDEF_FLAG) $(TEXT_RELOC_FLAG) $(AM_LDFLAGS)
|
|
|