]> git.pld-linux.org Git - packages/php.git/commitdiff
mysqlnd link hack
authorElan Ruusamäe <glen@delfi.ee>
Fri, 17 Oct 2014 12:44:08 +0000 (15:44 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 17 Oct 2014 12:44:08 +0000 (15:44 +0300)
php.spec

index 0387c4efee71656a8d6406b26e2742704d601b0e..277aa8bf30584c7e002e1b1dc0c90560036b566f 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2433,7 +2433,9 @@ sapis=$(%{__sed} -rne 's/^PHP_INSTALLED_SAPIS = (.+)/\1/p' Makefile.* | tr ' ' '
 cp -af php_config.h.cli main/php_config.h
 cp -af Makefile.cli Makefile
 %{__make} libphp_common.la
-%{__make} build-modules
+# hack: MYSQLND_SHARED_LIBADD not initialized
+%{__make} build-modules \
+       MYSQLND_SHARED_LIBADD="-lssl -lcrypto"
 
 %if %{with apache1}
 %{__make} libtool-sapi LIBTOOL_SAPI=sapi/apache/libphp5.la -f Makefile.apxs1
This page took 0.044966 seconds and 4 git commands to generate.