Skip to content

Commit

Permalink
devel/ivykis: Force pthread support. Fixes syslog-ng crashes on SunOS
Browse files Browse the repository at this point in the history
at least, as described in TritonDataCenter#64.
  • Loading branch information
mamash committed Jan 12, 2018
1 parent e4f13c3 commit 6893318
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion devel/ivykis/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.9 2017/10/18 11:05:22 fhajny Exp $
# $NetBSD: Makefile,v 1.10 2018/01/12 14:33:14 fhajny Exp $

DISTNAME= ivykis-0.42.2
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=buytenh/}

Expand All @@ -23,8 +24,11 @@ CONFIGURE_ARGS+= ac_cv_func_inotify_init=no
CONFIGURE_ARGS+= ac_cv_func_epoll_create=no
.endif

PTHREAD_AUTO_VARS= yes

PKGCONFIG_OVERRIDE+= misc/ivykis.pc.in

TEST_TARGET= check

.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit 6893318

Please sign in to comment.