]> git.pld-linux.org Git - packages/php.git/commitdiff
mysql fixes
authorArtur Frysiak <artur@frysiak.net>
Fri, 26 Jan 2001 17:47:43 +0000 (17:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.51

php.spec

index 599373772f145d84e13f3e0e1baef9b8995ef7a0..20d342f4cff64b4dfa0ecfe7828fd5fa09fee1e1 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -47,6 +47,7 @@ BuildRequires:        libltdl-devel
 BuildRequires: libpng >= 1.0.8
 BuildRequires: libtiff-devel
 BuildRequires: mm-devel >= 1.1.3
+BuildRequires: mysql-devel >= 3.23.32
 %{!?bcond_off_ldap:BuildRequires: openldap-devel >= 2.0}
 BuildRequires: pam-devel
 BuildRequires: pdflib-devel >= 3.0
@@ -647,7 +648,7 @@ CFLAGS="$RPM_OPT_FLAGS -DEAPI -I/usr/X11R6/include"; export CFLAGS
        --with-regex=system \
        --with-gettext=shared \
        %{!?bcond_off_ldap:--with-ldap=shared} \
-       --with-mysql=shared \
+       --with-mysql=shared,/usr \
        --with-mysql-sock=/var/lib/mysql/mysql.sock \
        --with-gd=shared \
         --enable-gd-imgstrttf \
This page took 0.046473 seconds and 4 git commands to generate.