Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
This commit is contained in:
parent
8e9321d3fd
commit
d50422c9bc
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.18 2011/04/22 13:42:48 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2012/04/13 23:04:11 hans Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libassuan-1.0.5
|
||||
|
@ -25,6 +25,8 @@ USE_LIBTOOL= yes
|
|||
CONFIGURE_ARGS+= --with-pic
|
||||
TEST_TARGET= check
|
||||
|
||||
LIBS.SunOS+= -lrt
|
||||
|
||||
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
|
||||
|
||||
pre-configure:
|
||||
|
|
Loading…
Reference in a new issue