]> git.proxmox.com Git - qemu.git/commit
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)
commit0fc6b5828ff23d81aff6f48cb168bfe82548e1d7
tree9e9c005ce3f83f4292e178d13271c0cbc3a4f728
parentcb9c626888c5aa46d440db473e18806c72feb69e
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