pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/amanda-common SunOS needs -lsocket.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/892c9faf71d3
branches:  trunk
changeset: 639819:892c9faf71d3
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Sep 25 21:47:06 2014 +0000

description:
SunOS needs -lsocket.

diffstat:

 sysutils/amanda-common/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8c605473b80e -r 892c9faf71d3 sysutils/amanda-common/Makefile.common
--- a/sysutils/amanda-common/Makefile.common    Thu Sep 25 21:32:33 2014 +0000
+++ b/sysutils/amanda-common/Makefile.common    Thu Sep 25 21:47:06 2014 +0000
@@ -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-dump-honor-nodump
 CONFIGURE_ARGS+=       --disable-installperms
 
+LDFLAGS.SunOS+=                -lsocket
+
 INSTALL_MAKE_FLAGS+=   SETUID_GROUP=${ROOT_GROUP}
 
 AMPERLDIR=             ${PERLDIR:Q}/${PERL5_SUB_INSTALLVENDORLIB}



Home | Main Index | Thread Index | Old Index