configure script says pthread is required
This commit is contained in:
parent
1cf08f3f77
commit
982abcb343
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.8 2013/06/16 10:01:00 pettai Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2015/03/15 01:07:20 tnn Exp $
|
||||
#
|
||||
|
||||
DISTNAME= log4shib-1.0.6
|
||||
|
@ -23,4 +23,5 @@ USE_LANGUAGES= c c++
|
|||
|
||||
PKGCONFIG_OVERRIDE+= log4shib.pc.in
|
||||
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue