You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/01/10 08:49:52 UTC

svn commit: r494758 - /incubator/tuscany/cpp/sca/runtime/extensions/php/src/Makefile.am

Author: jsdelfino
Date: Tue Jan  9 23:49:51 2007
New Revision: 494758

URL: http://svn.apache.org/viewvc?view=rev&rev=494758
Log:
Added -lresolv to allow the PHP extension to link with a PHP SAPI configured with --enable-embed=static.

Modified:
    incubator/tuscany/cpp/sca/runtime/extensions/php/src/Makefile.am

Modified: incubator/tuscany/cpp/sca/runtime/extensions/php/src/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/php/src/Makefile.am?view=diff&rev=494758&r1=494757&r2=494758
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/php/src/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/runtime/extensions/php/src/Makefile.am Tue Jan  9 23:49:51 2007
@@ -31,7 +31,7 @@
 
 libtuscany_sca_php_la_LIBADD = -L${TUSCANY_SDOCPP}/lib -ltuscany_sdo \
 	-L$(top_builddir)/runtime/core/src -ltuscany_sca \
-	-L${PHP_LIB} -lphp5
+	-L${PHP_LIB} -lphp5 -lresolv
 
 INCLUDES = -Imodel -I$(top_builddir)/runtime/core/src \
            -I${TUSCANY_SDOCPP}/include \



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org