Fri Jul 1 00:36:20 PDT 2005
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, On Tue, 28 Jun 2005, Len Walter wrote: > > the attached patch is for the configure script. It seems like autoconf > was not re-run after PACKAGE_VERSION was changed for the slony-1.1.0 > release, so make rpm failed because it was looking for the wrong > source tarball. I just committed a small fix to the CVS HEAD and REL_1.1_STABLE. IMHO it'd be better to run autoconf inside spec file: =========================================== diff -Lpostgresql-slony1-engine.spec.in -Lpostgresql-slony1-engine.spec.in -u -w -r1.19 -r1.20 --- postgresql-slony1-engine.spec.in +++ postgresql-slony1-engine.spec.in @@ -35,6 +35,7 @@ %prep %setup -q -n @PACKAGE_NAME at -%{version} +autoconf %build CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS =========================================== Regards, -- Devrim GUNDUZ devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr http://www.tdmsoft.com.tr http://www.gunduz.org
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list