[LON-CAPA-cvs] cvs: loncom /homework/caparesponse Makefile.PL
raeburn
raeburn at source.lon-capa.org
Mon Jun 11 09:09:39 EDT 2018
raeburn Mon Jun 11 13:09:39 2018 EDT
Modified files:
/loncom/homework/caparesponse Makefile.PL
Log:
- Eliminate "undefined symbol: yywrap" error in capa.so on perl 5.26
Index: loncom/homework/caparesponse/Makefile.PL
diff -u loncom/homework/caparesponse/Makefile.PL:1.11 loncom/homework/caparesponse/Makefile.PL:1.12
--- loncom/homework/caparesponse/Makefile.PL:1.11 Sat May 4 17:29:52 2002
+++ loncom/homework/caparesponse/Makefile.PL Mon Jun 11 13:09:38 2018
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# makefile for capa wrapper
#
-# $Id: Makefile.PL,v 1.11 2002/05/04 17:29:52 albertel Exp $
+# $Id: Makefile.PL,v 1.12 2018/06/11 13:09:38 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -44,7 +44,7 @@
WriteMakefile(
'NAME' => 'capa', # Name of your module
'INC' => "-I$capadir/pProj",
- 'LIBS' => [''], # Custom libraries (if any)
+ 'LIBS' => ["-lfl"], # Custom libraries (if any)
'DEFINE' => '-g -O0 -D_GNU_SOURCE -DPERL_POLLUTE',
'OBJECT' => 'capa_wrap.o caparesponse.o capaFunctions/*.o' # Object files
);
More information about the LON-CAPA-cvs
mailing list