OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Jan-2004 16:03:53
Branch: HEAD Handle: 2004012115035300
Modified files:
openpkg-src/apache apache.spec
Log:
make people happy and add EXIF support, too
Summary:
Revision Changes Path
1.198 +4 -0 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.197 -r1.198 apache.spec
--- openpkg-src/apache/apache.spec 20 Jan 2004 23:59:33 -0000 1.197
+++ openpkg-src/apache/apache.spec 21 Jan 2004 15:03:53 -0000 1.198
@@ -130,6 +130,7 @@
%option with_mod_php_mbregex no
%option with_mod_php_mbstring no
%option with_mod_php_pear no
+%option with_mod_php_exif no
# package options (optional PHP3 specific settings; requires "with_mod_php3")
%option with_mod_php3_ftp no
@@ -686,6 +687,9 @@
%endif
%if "%{with_mod_php_snmp}" == "yes"
--with-snmp=%{l_prefix} \
+%endif
+%if "%{with_mod_php_exif}" == "yes"
+ --with-exif \
%endif
%if "%{with_mod_php_pear}" == "yes"
--enable-cli \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]