From: <sv...@op...> - 2025-02-15 16:26:43
|
Author: manx Date: Sat Feb 15 17:26:27 2025 New Revision: 22897 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22897 Log: Partial merge of r22895. Merged revision(s) 22895 from trunk/OpenMPT: [Fix] libmodplug-0.8.8.5: Fix typo in linker option --no-undefined. ........ Modified: branches/OpenMPT-1.28/ (props changed) branches/OpenMPT-1.28/build/autotools/Makefile.am Modified: branches/OpenMPT-1.28/build/autotools/Makefile.am ============================================================================== --- branches/OpenMPT-1.28/build/autotools/Makefile.am Sat Feb 15 17:24:49 2025 (r22896) +++ branches/OpenMPT-1.28/build/autotools/Makefile.am Sat Feb 15 17:26:27 2025 (r22897) @@ -402,7 +402,7 @@ if ENABLE_LIBOPENMPT_MODPLUG lib_LTLIBRARIES += libopenmpt_modplug.la -libopenmpt_modplug_la_LDFLAGS = -version-info 1:0:0 -no-undefined +libopenmpt_modplug_la_LDFLAGS = -version-info 1:0:0 --no-undefined libopenmpt_modplug_la_CPPFLAGS = $(MINGWSTDTHREADS_CPPFLAGS) -I$(srcdir)/ libopenmpt_modplug_la_CXXFLAGS = libopenmpt_modplug_la_CFLAGS = @@ -415,7 +415,7 @@ if ENABLE_LIBMODPLUG pkgconfig_DATA += libmodplug/libmodplug.pc lib_LTLIBRARIES += libmodplug.la -libmodplug_la_LDFLAGS = -version-info 1:0:0 -no-undefined +libmodplug_la_LDFLAGS = -version-info 1:0:0 --no-undefined nobase_include_HEADERS += libmodplug/modplug.h libmodplug/sndfile.h libmodplug/stdafx.h libmodplug_la_CPPFLAGS = $(MINGWSTDTHREADS_CPPFLAGS) -I$(srcdir)/ libmodplug_la_CXXFLAGS = |