summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-01-09 11:46:46 +0000
committerjperkin <jperkin@pkgsrc.org>2014-01-09 11:46:46 +0000
commit229b643aeb1e189d46f3b1c91b16d414fde70f15 (patch)
treef37c3e53351d8b06ac3c43fbce871055c6609f1e /security
parente109a84b431e8d9c8f67c225c0048c4b4d05b9ad (diff)
downloadpkgsrc-229b643aeb1e189d46f3b1c91b16d414fde70f15.tar.gz
Avoid linking statically on SunOS.
Diffstat (limited to 'security')
-rw-r--r--security/chkrootkit/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile
index 1874dcc77cc..7c532a137d8 100644
--- a/security/chkrootkit/Makefile
+++ b/security/chkrootkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2013/06/16 10:11:58 shattered Exp $
+# $NetBSD: Makefile,v 1.21 2014/01/09 11:49:00 jperkin Exp $
#
DISTNAME= chkrootkit-0.49
@@ -40,11 +40,6 @@ PROGRAMS+= check_wtmpx
PLIST.wtmpx= yes
CFLAGS+= -DSOLARIS2
LDFLAGS+= -lsocket
-. if empty(CC_VERSION:Mgcc-*)
-MAKE_ENV+= STATIC="-B static"
-. else
-MAKE_ENV+= STATIC="-static"
-. endif
.else
MAKE_ENV+= STATIC="-static"
.endif