On Tue, Jan 11, 2011 at 10:01 AM, Douglas Hubler <[email protected]> wrote:
> On Tue, Jan 11, 2011 at 3:36 AM, David Becker
> <[email protected]> wrote:
>> The error is unexpected token '0.5.0'
>
> there is a problem with the build scripts. I will fix it.
>
> Background. I used AS_VERSION_COMPARE autoconf macro and it's
> unavailable on centos. I need to backport it.
>
> Workaround, in file ./mak/rpm.mk.in for centos 5 builders only:
>
> Change this
>
>  AS_VERSION_COMPARE('0.5.0', [`createrepo --version | awk '{print $NF}'`],
>   [BACKWARD_COMPATIBLE_CREATEREPO_OPTS_FOR_CENTOS="--checksum=sha"],,)
>
> to
>
>  BACKWARD_COMPATIBLE_CREATEREPO_OPTS_FOR_CENTOS="--checksum=sha"


Correction, the workaround for centos users is to delete this line entirely!

  AS_VERSION_COMPARE('0.5.0', [`createrepo --version | awk '{print $NF}'`],
   [BACKWARD_COMPATIBLE_CREATEREPO_OPTS_FOR_CENTOS="--checksum=sha"],,)
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to