]> git.pld-linux.org Git - packages/php.git/commitdiff
- added --with-mysql to ./configure options
authorpius <pius@pld-linux.org>
Wed, 23 Feb 2000 12:28:58 +0000 (12:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.3

php.spec

index 2867bf7d272d2e3035c90e2d1e66e363bd85b0cd..0fe40ee5641a4b48a01cadaac6ac1cf28ee17ba2 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -15,6 +15,7 @@ Icon:         php4.gif
 URL:           http://www.php.net/
 BuildRequires: apache-devel
 BuildRequires: zlib-devel
+BuildRequires: mysql-devel
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
@@ -49,17 +50,19 @@ PHP jest j
        --enable-magic-quotes \
        --enable-track-vars \
        --without-gd \
+       --with-mysql \
        --enable-shared 
 make
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d     $RPM_BUILD_ROOT{%{_libdir}/apache,%{_sysconfdir}/httpd,/home/httpd/html/icons/}
+install -d $RPM_BUILD_ROOT{%{_libdir}/apache,%{_sysconfdir}/httpd} \
+               $RPM_BUILD_ROOT/home/httpd/html/icons
 
-install        .libs/*.so              $RPM_BUILD_ROOT%{_libdir}/apache
-install        %{SOURCE2}              $RPM_BUILD_ROOT%{_sysconfdir}/httpd/php.ini
-install %{SOURCE3} $RPM_BUILD_ROOT/home/httpd/html/icons/
+install .libs/*.so     $RPM_BUILD_ROOT%{_libdir}/apache
+install %{SOURCE2}     $RPM_BUILD_ROOT%{_sysconfdir}/httpd/php.ini
+install %{SOURCE3}     $RPM_BUILD_ROOT/home/httpd/html/icons
 
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/apache/*.so
 
@@ -69,7 +72,6 @@ gzip -9nf CODING_STANDARDS CREDITS FAQ*
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(644,root,root,755)
 %doc {CODING_STANDARDS,CREDITS,FAQ*}.gz  
This page took 0.045652 seconds and 4 git commands to generate.