[Bug 248561] lang/perl5.32: fix build on powerpc head

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 10 12:17:53 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248561

--- Comment #3 from commit-hook at FreeBSD.org ---
A commit references this bug:

Author: pkubaj
Date: Mon Aug 10 12:17:38 UTC 2020
New revision: 544611
URL: https://svnweb.freebsd.org/changeset/ports/544611

Log:
  lang/perl5.32: fix build on powerpc head

  When building on powerpc (powerpc64 is fine) on head (which uses Clang), the
following command causes a build crash when compiled with -O2:
  LD_LIBRARY_PATH=/wrkdirs/usr/ports/lang/perl5.32/work/perl-5.32.0 ./miniperl
-Ilib make_ext.pl lib/auto/DB_File/DB_File.so  MAKE="/usr/bin/make"
LIBPERL_A=libperl.so.5.32.0 LINKTYPE=dynamic

  Compiling with -O1 is fine. Base GCC on stable/12 is fine, so only Clang
needs this workaround.

  PR:           248561
  Approved by:  mat (maintainer)

Changes:
  head/lang/perl5.32/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ppc mailing list