Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2002 13:54:31 +0200
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        ports@freebsd.org
Subject:   [Maintainer Question] How to handle this? net/rsync core dump solution
Message-ID:  <20020415115431.GA8405@nemesis.informatik.unibw-muenchen.de>

next in thread | raw e-mail | index | archive | help
PR 36998 reports a problem with net/rsync
         -z option core dumps on large files

I could reproduce this error.  The problem does not occur if you install
manually from source.

The solution on my boxes was to add -O2 to ${CFLAGS}. With -O it does
not work. Without respection system wide CFLAGS rsync uses -O2.

But how could I handle this in the port?

Add
  CFLAGS+=        -O2
to the Makefile?

Any other ideas?

Regards,
         Olli
-- 
Department of Computing Science
Federal Armed Forces University Munich
http://ist.unibw-muenchen.de/People/obraun/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020415115431.GA8405>