diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-25 21:47:06 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-25 21:47:06 +0000 |
commit | 4ee4ba4946feb26beede4819521d72ae6047e6e5 (patch) | |
tree | 565d07d63ca1090ff9188add475b18f44a915185 /sysutils/amanda-common | |
parent | 79bd25d005570dbbf89cc2184d4375688135ae77 (diff) | |
download | pkgsrc-4ee4ba4946feb26beede4819521d72ae6047e6e5.tar.gz |
SunOS needs -lsocket.
Diffstat (limited to 'sysutils/amanda-common')
-rw-r--r-- | sysutils/amanda-common/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
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} |