pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/nss



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Apr  6 13:40:19 UTC 2020

Modified Files:
        pkgsrc/devel/nss: Makefile

Log Message:
nss: Add -lrt for sem_wait(3) on NetBSD

* Fix build under NetBSD/amd64-current with binutils 2.34.


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 pkgsrc/devel/nss/Makefile

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

Modified files:

Index: pkgsrc/devel/nss/Makefile
diff -u pkgsrc/devel/nss/Makefile:1.180 pkgsrc/devel/nss/Makefile:1.181
--- pkgsrc/devel/nss/Makefile:1.180     Wed Mar 18 13:22:10 2020
+++ pkgsrc/devel/nss/Makefile   Mon Apr  6 13:40:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.180 2020/03/18 13:22:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.181 2020/04/06 13:40:18 ryoon Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
 NSS_RELEASE=           3.51.0
@@ -40,6 +40,7 @@ SUBST_SED.zlib=                       -e 's,^ZLIB_LIBS,\#ZLI
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
 BUILDLINK_TRANSFORM+=  rm:-ansi
+LDFLAGS.NetBSD+=       -lrt # sem_wait(3)
 
 MAKE_ENV.Linux+=       FREEBL_NO_DEPEND=0
 



Home | Main Index | Thread Index | Old Index