Magellan Linux

Diff of /trunk/core/perl/perl-5.28.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 31558 by niro, Fri Nov 30 10:25:44 2018 UTC revision 31559 by niro, Fri Nov 30 10:31:31 2018 UTC
# Line 58  src_compile() Line 58  src_compile()
58   # set a hook to check for each detected library whether it actually works.   # set a hook to check for each detected library whether it actually works.
59   export libscheck="   export libscheck="
60   ( echo 'main(){}' > '${SRCDIR}'-$(mabi)/conftest.c &&   ( echo 'main(){}' > '${SRCDIR}'-$(mabi)/conftest.c &&
61   ${CC} -o '${SRCDIR}'-$(mabi)/conftest '${SRCDIR}'-$(mabi)/conftest.c -l\$thislib >/dev/null 2>/dev/null   '${CC}' -o '${SRCDIR}'-$(mabi)/conftest '${SRCDIR}'-$(mabi)/conftest.c -l\$thislib >/dev/null 2>/dev/null
62   ) || xxx=/dev/null"   ) || xxx=/dev/null"
63    
64   # filter -march from cflags   # filter -march from cflags

Legend:
Removed from v.31558  
changed lines
  Added in v.31559