diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-10-24 09:40:39 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-10-24 09:40:39 +0000 |
commit | eb49a4a12ae5a22e552e48cd7f168695de57b43b (patch) | |
tree | 41959f279c287d96162875f0940c00603244f03f | |
parent | 0ed6f016b3a73c4e94c9404eb3106c6b84c42914 (diff) | |
download | pkgsrc-eb49a4a12ae5a22e552e48cd7f168695de57b43b.tar.gz |
Add socket libraries on SunOS. Fix from Thomas Merkel.
-rw-r--r-- | security/hydra/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile index 8eae9cd9c47..34a489b01b9 100644 --- a/security/hydra/Makefile +++ b/security/hydra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2013/10/19 09:07:11 adam Exp $ +# $NetBSD: Makefile,v 1.58 2013/10/24 09:40:39 jperkin Exp $ # DISTNAME= hydra-7.5 @@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --prefix=${PREFIX:Q} INSTALLATION_DIRS= bin +LDFLAGS.SunOS+= -lsocket -lnsl + .include "options.mk" .include "../../devel/libidn/buildlink3.mk" |