From 7a7f8462c086653c5bda6bab3efa6ed4fbd4e271 Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 25 Sep 2014 21:47:06 +0000 Subject: SunOS needs -lsocket. --- sysutils/amanda-common/Makefile.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common index 4ac4207877e..655f6b427c0 100644 --- a/sysutils/amanda-common/Makefile.common +++ b/sysutils/amanda-common/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.39 2014/06/10 15:51:37 gdt Exp $ +# $NetBSD: Makefile.common,v 1.40 2014/09/25 21:47:06 jperkin Exp $ # used by sysutils/amanda-common/Makefile # used by sysutils/amanda-client/Makefile @@ -80,6 +80,8 @@ CONFIGURE_ARGS+= --with-bsdudp-security CONFIGURE_ARGS+= --with-dump-honor-nodump CONFIGURE_ARGS+= --disable-installperms +LDFLAGS.SunOS+= -lsocket + INSTALL_MAKE_FLAGS+= SETUID_GROUP=${ROOT_GROUP} AMPERLDIR= ${PERLDIR:Q}/${PERL5_SUB_INSTALLVENDORLIB} -- cgit v1.2.3