[LON-CAPA-cvs] cvs: modules /TexConvert/tthperl Makefile.PL
raeburn
raeburn at source.lon-capa.org
Mon Nov 2 14:47:32 EST 2020
raeburn Mon Nov 2 19:47:32 2020 EDT
Modified files:
/modules/TexConvert/tthperl Makefile.PL
Log:
- Required to build tth.so for perl 5.32 (Fedora 33).
Index: modules/TexConvert/tthperl/Makefile.PL
diff -u modules/TexConvert/tthperl/Makefile.PL:1.8 modules/TexConvert/tthperl/Makefile.PL:1.9
--- modules/TexConvert/tthperl/Makefile.PL:1.8 Mon May 3 00:24:45 2010
+++ modules/TexConvert/tthperl/Makefile.PL Mon Nov 2 19:47:32 2020
@@ -16,6 +16,9 @@
'NAME' => 'tth', # Name of your module
'LIBS' => [''], # Custom libraries (if any)
'DEFINE' => '-O1 -D_GNU_SOURCE -DPERL_POLLUTE',
+ 'dynamic_lib' => {
+ OTHERLDFLAGS => '-Wl,--allow-multiple-definition',
+ },
'OBJECT' => 'tthperl_wrap.o tthperl.o tthfunc.o ttmfunc.o' # Object files
);
More information about the LON-CAPA-cvs
mailing list