OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 28-Jul-2003 09:40:36
Branch: HEAD Handle: 2003072808403500
Modified files:
openpkg-src/tftp tftp.patch tftp.spec
Log:
avoid race condition in makefile, fixes build on solaris
Summary:
Revision Changes Path
1.3 +15 -0 openpkg-src/tftp/tftp.patch
1.28 +1 -2 openpkg-src/tftp/tftp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tftp/tftp.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 tftp.patch
--- openpkg-src/tftp/tftp.patch 23 Jul 2003 13:07:41 -0000 1.2
+++ openpkg-src/tftp/tftp.patch 28 Jul 2003 07:40:35 -0000 1.3
@@ -66,3 +66,18 @@
+--- Makefile.dist 2003-07-28 09:32:28.000000000 +0200
++++ Makefile 2003-07-28 09:34:55.000000000 +0200
+@@ -54,9 +54,9 @@
+ # Adding "configure" to the dependencies serializes this with running
+ # autoconf, because there are apparently race conditions between
+ # autoconf and autoheader.
+-acconfig.h.in: configure.in configure aclocal.m4
+- rm -f acconfig.h.in acconfig.h
+- autoheader
++#acconfig.h.in: configure.in configure aclocal.m4
++# rm -f acconfig.h.in acconfig.h
++# autoheader
+
+ configure: configure.in aclocal.m4
+ rm -f MCONFIG configure config.log acconfig.h config.cache
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tftp/tftp.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 tftp.spec
--- openpkg-src/tftp/tftp.spec 23 Jul 2003 13:07:41 -0000 1.27
+++ openpkg-src/tftp/tftp.spec 28 Jul 2003 07:40:35 -0000 1.28
@@ -33,7 +33,7 @@
Group: Networtk
License: GPL
Version: 0.34
-Release: 20030723
+Release: 20030728
# package options
%option with_fsl yes
@@ -64,7 +64,6 @@
%prep
%setup -q -n tftp-hpa-%{version}
%patch -p0
- touch acconfig.h.in
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]