Kill --enable-shared.

To make a long story short, it was just your standard port cut&paste
(it isn't needed, but it can't hurt you, and may even help updating the
port).

Since it does seem to trip Marco, and may be scanned for by people with
shared library problems, it's probably better to kill it.
This commit is contained in:
espie 1999-02-23 10:42:08 +00:00
parent c6fc2f31fa
commit 10e7c2a413

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 1999/02/21 04:26:15 marc Exp $
# $OpenBSD: Makefile,v 1.5 1999/02/23 10:42:08 espie Exp $
#
DISTNAME= rsync-2.2.1
CATEGORIES=net
NEED_VERSION= 1.64
MAINTAINER= espie@openbsd.org
@ -13,10 +13,6 @@ MASTER_SITES= ftp://rsync.samba.org/pub/rsync/
GNU_CONFIGURE= yes
.if !defined(NO_SHARED_LIBS)
CONFIGURE_ARGS+= --enable-shared
.endif
# not MESSAGE, explains the build warning
post-build:
@echo "this use of mktemp is actually correct"