Fix build on OpenBSD with BSD userland emu and smartcard NSS enabled
authorBrad <brad@comstyle.com>
Mon, 22 Aug 2011 20:39:59 +0000 (16:39 -0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 27 Aug 2011 15:42:02 +0000 (15:42 +0000)
commit3a352a2ba73dc109546b62ddfef6b0533b93406c
tree9e9c005ce3f83f4292e178d13271c0cbc3a4f728
parent444ea10e454dab4b4bba6316aff7257654e93832
Fix build on OpenBSD with BSD userland emu and smartcard NSS enabled

The first issue is the hard coded POSIX Real Time extensions library in the
libcacard/Makefile. From looking at the code it doesn't seem this is necessary
anyway. Robert Relyea seems to think it most likely isn't necessary.

The second issue was the missing exclusion of the BSD userland binary
builds from the addition of this Makefile target for the smartcard NSS
code which breaks the builds if smartcard NSS support is enabled.

pastebin clip of the build failure..

http://pastebin.com/raw.php?i=BLCKd3s6

Signed-off-by: Brad Smith <brad@comstyle.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.target
libcacard/Makefile