We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 539f34c commit 6ff335aCopy full SHA for 6ff335a
config/patches/8.5/0019-php-5.2.4-embed.patch
@@ -8,10 +8,10 @@ Subject: php-5.2.4-embed
8
9
--- a/sapi/embed/config.m4
10
+++ b/sapi/embed/config.m4
11
-@@ -12,7 +12,7 @@ if test "$PHP_EMBED" != "no"; then
12
- [yes|shared], [
13
- LIBPHP_CFLAGS="-shared"
14
- PHP_EMBED_TYPE=shared
+@@ -18,7 +18,7 @@ if test "$PHP_EMBED" != "no"; then
+ SAPI_SHARED="libs/libphp.dylib"
+ PHP_EMBED_TYPE=shared-dylib
+ ], [PHP_EMBED_TYPE=shared])
15
- INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(orig_libdir); \$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)\$(orig_libdir)"
16
+ INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(orig_libdir); \$(LIBTOOL) --mode=install \$(INSTALL) -m 0755 \$(OVERALL_TARGET) \$(INSTALL_ROOT)\$(orig_libdir)"
17
],
0 commit comments