From e788b7c1f347e1cf42109590247ba03f3ab50229 Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 24 Dec 2002 07:21:04 +0000 Subject: - fix: remove rpmfi scareMem so that headers can be reloaded on ia64. - fix: set DB_PRIVATE, not DB_ENV_PRIVATE, if unshared posix mutexes. - remove useless kernel/glibc dependencies (#79872). - add matching "config(N) = EVR" dependencies iff %%config is found. CVS patchset: 5963 CVS date: 2002/12/24 07:21:04 --- build/rpmbuild.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/rpmbuild.h') diff --git a/build/rpmbuild.h b/build/rpmbuild.h index abe994d71..9a224e3ca 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -476,12 +476,13 @@ int parseSpec(rpmts ts, const char * specFile, /** \ingroup rpmbuild * Build stages state machine driver. + * @param ts transaction set * @param spec spec file control structure * @param what bit(s) to enable stages of build * @param test don't execute scripts or package if testing * @return 0 on success */ -int buildSpec(Spec spec, int what, int test) +int buildSpec(rpmts ts, Spec spec, int what, int test) /*@globals rpmGlobalMacroContext, fileSystem, internalState @*/ /*@modifies spec->sourceHeader, spec->sourceCpioList, spec->cookie, spec->sourceRpmName, spec->sourcePkgId, -- cgit v1.2.3