pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/oksh



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri Jun  5 20:23:03 UTC 2020

Modified Files:
        pkgsrc/shells/oksh: Makefile

Log Message:
oksh: avoid undefined symbol clock_gettime on Debian 6.

Will be fixed in new version of oksh.

PR pkg/55343


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/shells/oksh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/oksh/Makefile
diff -u pkgsrc/shells/oksh/Makefile:1.4 pkgsrc/shells/oksh/Makefile:1.5
--- pkgsrc/shells/oksh/Makefile:1.4     Sat May  9 21:58:20 2020
+++ pkgsrc/shells/oksh/Makefile Fri Jun  5 20:23:03 2020
@@ -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 @@ WRKSRC=               ${WRKDIR}/oksh-${PKGNAME_NOREV}
 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