CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/04/26 02:15:05
Modified files:
lang/php : Makefile.inc
Added files:
lang/php/5.5/patches: patch-aclocal_m4
lang/php/5.6/patches: patch-aclocal_m4
lang/php/7.0/patches: patch-aclocal_m4
Log message:
Don't hardcode libstdc++, pass it in from LIBCXX. Fixes build of Apache module
on libc++ arches (otherwise the nonexistent -lstdc++ caused libtool to generate
a static library instead of shared .so module). ok robert@
