Skip to content

Commit

Permalink
Pullup ticket 81 to the pkgsrc-2004Q2 branch, requested by Grant Beattie
Browse files Browse the repository at this point in the history
Solaris and Linux fixes for apg

	Module Name:    pkgsrc
	Committed By:   grant
	Date:           Sun Jun 27 13:16:36 UTC 2004

	Modified Files:
		pkgsrc/security/apg: Makefile

	Log Message:
	this needs -lnsl on Linux and -lnsl -lsocket on Solaris.
  • Loading branch information
agc committed Jul 29, 2004
1 parent 17043b8 commit aedb433
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/CHANGES-pkgsrc-2004Q2
@@ -1,4 +1,4 @@
$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.44 2004/07/29 21:54:34 agc Exp $
$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.45 2004/07/29 21:57:45 agc Exp $

Changes to the packages collection and infrastructure on the
pkgsrc-2004Q2 branch:
Expand Down Expand Up @@ -84,4 +84,6 @@ Pullup ticket 79, requested by Grant Beattie [agc 2004-07-29]
Solaris fixes for fspanel
Pullup ticket 80, requested by Grant Beattie [agc 2004-07-29]
Solaris fixes for cfs
Pullup ticket 81, requested by Grant Beattie [agc 2004-07-29]
Solaris and Linux fixes for apg

7 changes: 6 additions & 1 deletion security/apg/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2003/07/17 22:52:51 grant Exp $
# $NetBSD: Makefile,v 1.5.6.1 2004/07/29 21:57:45 agc Exp $
#

DISTNAME= apg-2.1.0
Expand All @@ -14,6 +14,11 @@ MAKE_ENV+= FLAGS="${CFLAGS}" INSTALL_PREFIX="${PREFIX}"
USE_PERL5= YES
REPLACE_PERL= perl/apgcli.pl

OPSYSVARS+= CS_LIBS
CS_LIBS.Linux+= -lnsl
CS_LIBS.SunOS+= -lnsl -lsocket
MAKE_ENV+= CS_LIBS="${CS_LIBS}"

post-install:
${INSTALL_SCRIPT} ${WRKSRC}/perl/apgcli.pl ${PREFIX}/bin/apgcli

Expand Down

0 comments on commit aedb433

Please sign in to comment.