erlang-epam: fix SunOS, needs socket libs
This commit is contained in:
parent
8c603178e3
commit
5de1f7a729
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2018/03/24 14:29:19 fhajny Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2019/07/14 15:31:46 wiedi Exp $
|
||||
|
||||
DISTNAME= epam-1.0.4
|
||||
CATEGORIES= security
|
||||
|
@ -15,7 +15,7 @@ SUPERSEDES= erlang-p1_epam-[0-9]*
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
LDFLAGS.SunOS+= -lnsl
|
||||
LDFLAGS.SunOS+= -lnsl -lsocket
|
||||
|
||||
.include "../../lang/erlang/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue