OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Aug-2002 15:29:45
Branch: HEAD Handle: 2002080114294500
Modified files:
openpkg-src/apache apache.spec
Log:
some more changes on Thomas's request
Summary:
Revision Changes Path
1.79 +6 -2 openpkg-src/apache/apache.spec
____________________________________________________________________________
Index: openpkg-src/apache/apache.spec
============================================================
$ cvs diff -u -r1.78 -r1.79 apache.spec
--- openpkg-src/apache/apache.spec 1 Aug 2002 13:17:02 -0000 1.78
+++ openpkg-src/apache/apache.spec 1 Aug 2002 13:29:45 -0000 1.79
@@ -185,13 +185,13 @@
BuildPreReq: mysql
%endif
%if "%{with_mod_php_gd}" == "yes"
-BuildPreReq: GD
+BuildPreReq: GD, jpeg, png
%endif
%if "%{with_mod_php_db}" == "yes"
BuildPreReq: db
%endif
%if "%{with_mod_php_pdflib}" == "yes"
-BuildPreReq: pdflib
+BuildPreReq: pdflib, jpeg, png
%endif
%if "%{with_mod_php_zlib}" == "yes"
BuildPreReq: zlib
@@ -465,6 +465,8 @@
%endif
%if "%{with_mod_php_gd}" == "yes"
--with-gd=%{l_prefix} \
+ --with-jpeg-dir=%{l_prefix} \
+ --with-png-dir=%{l_prefix} \
%endif
%if "%{with_mod_php_freetype}" == "yes"
--enable-gd-imgstrttf \
@@ -487,6 +489,8 @@
%endif
%if "%{with_mod_php_pdflib}" == "yes"
--with-pdflib=%{l_prefix} \
+ --with-jpeg-dir=%{l_prefix} \
+ --with-png-dir=%{l_prefix} \
%endif
%if "%{with_mod_php_openssl}" == "yes" || "%{with_mod_php_openldap}" == "yes"
--with-openssl=%{l_prefix} \
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]