Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/oksh oksh: avoid undefined symbol clock_gettime...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/384b0c72ba2b
branches:  trunk
changeset: 433629:384b0c72ba2b
user:      maya <maya%pkgsrc.org@localhost>
date:      Fri Jun 05 20:23:03 2020 +0000

description:
oksh: avoid undefined symbol clock_gettime on Debian 6.

Will be fixed in new version of oksh.

PR pkg/55343

diffstat:

 shells/oksh/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2a04ca0c28d8 -r 384b0c72ba2b shells/oksh/Makefile
--- a/shells/oksh/Makefile      Fri Jun 05 18:59:23 2020 +0000
+++ b/shells/oksh/Makefile      Fri Jun 05 20:23:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/05/09 21:58:20 fcambus Exp $
+# $NetBSD: Makefile,v 1.5 2020/06/05 20:23:03 maya Exp $
 
 DISTNAME=      oksh-6.7
 CATEGORIES=    shells
@@ -15,4 +15,7 @@
 GNU_CONFIGURE=         yes
 PKG_SHELL=             ${PREFIX}/bin/oksh
 
+# XXX remove the following line in oksh>6.7
+LDFLAGS.Linux+=                -lrt
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index