diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-08-28 10:58:18 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-08-28 10:58:18 +0000 |
commit | 6ab8810a8bc171c7a5c10394c6f45254fbedb09b (patch) | |
tree | c382a566690538c0cbcb0ba24eb71ff2c2763f29 /net/host | |
parent | e31f8b71955f2b97f2a94c10f49f0cc15025295b (diff) | |
download | pkgsrc-6ab8810a8bc171c7a5c10394c6f45254fbedb09b.tar.gz |
Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ld
arguments, these are now handled globally by mk/platform/SunOS.mk
Diffstat (limited to 'net/host')
-rw-r--r-- | net/host/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/host/Makefile b/net/host/Makefile index 887ee6f6512..857b71515b3 100644 --- a/net/host/Makefile +++ b/net/host/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2013/07/21 12:28:32 shattered Exp $ +# $NetBSD: Makefile,v 1.29 2014/08/28 10:58:18 jperkin Exp $ DISTNAME= host-20070128 CATEGORIES= net @@ -27,7 +27,6 @@ BUILDLINK_TRANSFORM+= rm:-static .endif .if ${OPSYS} == "SunOS" LDFLAGS+= -lresolv -lsocket -lnsl -BUILDLINK_TRANSFORM+= rm:-Wl,--warn-common BUILDLINK_TRANSFORM+= rm:-static .endif .if ${OPSYS} == "Linux" |