summaryrefslogtreecommitdiffstats
path: root/php-5.2.4-embed.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-08 14:34:22 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-08 14:34:22 +0100
commit826f8a0a10616f5ca41eb5a8bc34fccdccd44a27 (patch)
treeccc3c14998f016ece1c08ebefdedf2b026650413 /php-5.2.4-embed.patch
parent4fae00992b6a498da3f2ba01a9410231bd254368 (diff)
PHP 5.4.9RC1
Diffstat (limited to 'php-5.2.4-embed.patch')
-rw-r--r--php-5.2.4-embed.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-5.2.4-embed.patch b/php-5.2.4-embed.patch
index 44276de..a9d5416 100644
--- a/php-5.2.4-embed.patch
+++ b/php-5.2.4-embed.patch
@@ -5,7 +5,7 @@
yes|shared)
PHP_EMBED_TYPE=shared
- INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(prefix)/lib; \$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)\$(prefix)/lib"
-+ EXTRA_LDFLAGS="$EXTRA_LDFLAGS -release \$(PHP_VERSION)"
++ EXTRA_LDFLAGS="$EXTRA_LDFLAGS -release \$(PHP_MAJOR_VERSION).\$(PHP_MINOR_VERSION)"
+ INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(libdir); \$(LIBTOOL) --mode=install \$(INSTALL) -m 0755 \$(OVERALL_TARGET) \$(INSTALL_ROOT)\$(libdir)"
;;
static)