Fix build on SunOS.
This commit is contained in:
parent
9daed0d88c
commit
f24d9965a5
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.37 2011/04/23 21:17:28 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2011/09/14 16:33:45 hans Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libevent-2.0.10-stable
|
||||
|
@ -20,6 +20,7 @@ TEST_TARGET= verify
|
|||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
LIBS.SunOS+= -lnsl -lresolv
|
||||
CPPFLAGS.SunOS+= -D__EXTENSIONS__
|
||||
|
||||
PKGCONFIG_OVERRIDE+= libevent_openssl.pc.in
|
||||
PKGCONFIG_OVERRIDE+= libevent_pthreads.pc.in
|
||||
|
|
Loading…
Reference in a new issue