From: <sv...@op...> - 2025-02-15 18:14:10
|
Author: manx Date: Sat Feb 15 19:14:04 2025 New Revision: 22926 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22926 Log: Merged revision(s) 22923 from trunk/OpenMPT: [Fix] build: Autotools: In libtool, ld option --no-undefined is called -no-undefined. ........ Modified: branches/OpenMPT-1.29/ (props changed) branches/OpenMPT-1.29/build/autotools/Makefile.am Modified: branches/OpenMPT-1.29/build/autotools/Makefile.am ============================================================================== --- branches/OpenMPT-1.29/build/autotools/Makefile.am Sat Feb 15 19:13:45 2025 (r22925) +++ branches/OpenMPT-1.29/build/autotools/Makefile.am Sat Feb 15 19:14:04 2025 (r22926) @@ -371,7 +371,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 nobase_include_HEADERS += libopenmpt/libopenmpt.h nobase_include_HEADERS += libopenmpt/libopenmpt.hpp nobase_include_HEADERS += libopenmpt/libopenmpt_version.h |