OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Nov-2006 20:36:07
Branch: HEAD Handle: 2006111919360700
Modified files:
openpkg-src/apache apache.spec
Log:
The real problem is not that Libtool is required, but that Automake
wants to regenerate its files (and for this indirectly Libtool is
required). So we either have to require Automake, Autoconf and Libtool
all toegther or get rid of all dependencies by a little bit of
harmless cheating. Let's do the usual cheating for now...
Summary:
Revision Changes Path
1.359 +5 -1 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.358 -r1.359 apache.spec
--- openpkg-src/apache/apache.spec 19 Nov 2006 18:16:34 -0000 1.358
+++ openpkg-src/apache/apache.spec 19 Nov 2006 19:36:07 -0000 1.359
@@ -393,7 +393,7 @@
PreReq: gdbm, gdbm::with_ndbm = yes
%endif
%if "%{with_suphp}" == "yes"
-BuildPreReq: php, gcc, libtool
+BuildPreReq: php, gcc
PreReq: php
%endif
AutoReq: no
@@ -1048,6 +1048,10 @@
chmod +rx configure
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ AUTOCONF="true" \
+ AUTOHEADER="true" \
+ AUTOMAKE="true" \
+ ACLOCAL="true" \
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/apache \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]