Skip to content

Commit

Permalink
znc: Needs -lsocket -lnsl
Browse files Browse the repository at this point in the history
  • Loading branch information
alarixnia committed Oct 2, 2019
1 parent 7cc4411 commit 52fc5cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chat/znc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2019/10/01 13:49:58 nia Exp $
# $NetBSD: Makefile,v 1.11 2019/10/02 11:14:42 nia Exp $

DISTNAME= znc-1.7.5
CATEGORIES= net
Expand All @@ -17,6 +17,8 @@ MANCOMPRESSED= yes
# C++11
GCC_REQD+= 4.7

LDFLAGS.SunOS+= -lsocket -lnsl

PLIST_SRC= PLIST
PLIST_SUBST+= ZNC_USER="${ZNC_USER}"
PLIST_SUBST+= PKG_SYSCONFDIR="${PKG_SYSCONFDIR}"
Expand Down

0 comments on commit 52fc5cd

Please sign in to comment.