/[smeserver]/rpms/php/sme8/php-5.2.4-embed.patch
ViewVC logotype

Annotation of /rpms/php/sme8/php-5.2.4-embed.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Sat Feb 6 20:36:50 2010 UTC (14 years, 4 months ago) by slords
Branch: MAIN
CVS Tags: php-5_2_10-1_el5_sme
Initial import

1 slords 1.1 --- php-5.2.4/sapi/embed/config.m4.embed
2     +++ php-5.2.4/sapi/embed/config.m4
3     @@ -12,7 +12,8 @@ if test "$PHP_EMBED" != "no"; then
4     case "$PHP_EMBED" in
5     yes|shared)
6     PHP_EMBED_TYPE=shared
7     - INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(prefix)/lib; \$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)\$(prefix)/lib"
8     + EXTRA_LDFLAGS="$EXTRA_LDFLAGS -release \$(PHP_VERSION)"
9     + INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(libdir); \$(LIBTOOL) --mode=install \$(INSTALL) -m 0755 \$(OVERALL_TARGET) \$(INSTALL_ROOT)\$(libdir)"
10     ;;
11     static)
12     PHP_EMBED_TYPE=static

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed