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: 27-Nov-2003 16:22:25
Branch: HEAD Handle: 2003112715222500
Modified files:
openpkg-src/distcc distcc.spec
Log:
reduce requirements
Summary:
Revision Changes Path
1.2 +2 -3 openpkg-src/distcc/distcc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/distcc/distcc.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 distcc.spec
--- openpkg-src/distcc/distcc.spec 27 Nov 2003 10:48:22 -0000 1.1
+++ openpkg-src/distcc/distcc.spec 27 Nov 2003 15:22:25 -0000 1.2
@@ -46,7 +46,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, popt
+BuildPreReq: OpenPKG, openpkg >= 20030103
PreReq: OpenPKG, openpkg >= 20030103
%if "%{with_x11}" == "yes"
BuildPreReq: X11, gtk2
@@ -75,14 +75,13 @@
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
- LIBS="-lpopt" \
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/distcc \
%if "%{with_x11}" == "yes"
--with-gtk \
%endif
- --without-included-popt
+ --with-included-popt
# build program
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]