projects
/
php8.4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c2f053
)
php-5.2.4-embed
author
Debian PHP Maintainers
<pkg-php-maint@lists.alioth.debian.org>
Sat, 2 May 2015 08:26:55 +0000
(10:26 +0200)
committer
Ondřej Surý
<ondrej@debian.org>
Fri, 9 Jun 2023 19:37:27 +0000
(21:37 +0200)
Gbp-Pq: Name 0018-php-5.2.4-embed.patch
sapi/embed/config.m4
patch
|
blob
|
history
diff --git
a/sapi/embed/config.m4
b/sapi/embed/config.m4
index 39d7dcf0a3ff2d75a5564b70e6302306ad21255a..e648f97a23f0f21f829c58a8d0646d920355f2c8 100644
(file)
--- a/
sapi/embed/config.m4
+++ b/
sapi/embed/config.m4
@@
-12,7
+12,7
@@
if test "$PHP_EMBED" != "no"; then
yes|shared)
LIBPHP_CFLAGS="-shared"
PHP_EMBED_TYPE=shared
- INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(
prefix)/lib; \$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)\$(prefix)/lib
"
+ INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(
libdir); \$(LIBTOOL) --mode=install \$(INSTALL) -m 0755 \$(OVERALL_TARGET) \$(INSTALL_ROOT)\$(libdir)
"
;;
static)
LIBPHP_CFLAGS="-static"