Re: -Werror vs. NetBSD

2016-02-04 Thread Thomas Klausner
e easier to review this as a single patch, I think, > since all the changes are fairly simple. > > On Sat, Jan 30, 2016 at 11:40 PM, Thomas Klausner <t...@giga.or.at> wrote: > > Hi! > > > > Recently nss turned on -Werror by default for all platforms. I think > >

-Werror vs. NetBSD

2016-01-31 Thread Thomas Klausner
Hi! Recently nss turned on -Werror by default for all platforms. I think that's a good idea. However, it majorly broke the build on NetBSD with lots of these types of messages: certcgi.c: In function 'MakeNameConstraints': certcgi.c:1654:6: error: array subscript has type 'char'

please add nss-config script and/or pkg-config file

2016-05-20 Thread Thomas Klausner
Hi! Nowadays, it is customary that libraries on Unix systems provide pkg-config files so that they can be more easily found by build systems like configure scripts. nspr does this: https://hg.mozilla.org/projects/nspr/file/tip/config/nspr.pc.in It also provides a nspr-config script: