From: <sv...@op...> - 2025-02-15 16:18:28
|
Author: manx Date: Sat Feb 15 17:18:16 2025 New Revision: 22891 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22891 Log: Merged revision(s) 22890 from trunk/OpenMPT: [Fix] build: Autotools: Fix typo in linker option --no-undefined. ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/build/autotools/Makefile.am Modified: branches/OpenMPT-1.31/build/autotools/Makefile.am ============================================================================== --- branches/OpenMPT-1.31/build/autotools/Makefile.am Sat Feb 15 17:16:46 2025 (r22890) +++ branches/OpenMPT-1.31/build/autotools/Makefile.am Sat Feb 15 17:18:16 2025 (r22891) @@ -546,7 +546,7 @@ pkgconfig_DATA += libopenmpt/libopenmpt.pc lib_LTLIBRARIES += libopenmpt.la -libopenmpt_la_LDFLAGS = -version-info $(LIBOPENMPT_LTVER_CURRENT):$(LIBOPENMPT_LTVER_REVISION):$(LIBOPENMPT_LTVER_AGE) -no-undefined +libopenmpt_la_LDFLAGS = -version-info $(LIBOPENMPT_LTVER_CURRENT):$(LIBOPENMPT_LTVER_REVISION):$(LIBOPENMPT_LTVER_AGE) --no-undefined includelibopenmpt_HEADERS += libopenmpt/libopenmpt.h includelibopenmpt_HEADERS += libopenmpt/libopenmpt.hpp includelibopenmpt_HEADERS += libopenmpt/libopenmpt_version.h |