pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/skey run ranlib over libskey.a in post-instal...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d9bb22dfe383
branches: trunk
changeset: 461809:d9bb22dfe383
user: grant <grant%pkgsrc.org@localhost>
date: Mon Sep 22 00:56:48 2003 +0000
description:
run ranlib over libskey.a in post-install, to appease Darwin's linker
diffstat:
security/skey/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r ae9213add04d -r d9bb22dfe383 security/skey/Makefile
--- a/security/skey/Makefile Sun Sep 21 22:20:23 2003 +0000
+++ b/security/skey/Makefile Mon Sep 22 00:56:48 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/23 16:03:55 salo Exp $
+# $NetBSD: Makefile,v 1.6 2003/09/22 00:56:48 grant Exp $
#
DISTNAME= skey-1.1.5
@@ -19,6 +19,9 @@
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+post-install:
+ ${RANLIB} ${PREFIX}/lib/libskey.a
+
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index