Search found 1 match
- Mon Apr 05, 2010 1:00 pm
- Forum: User Contributions
- Topic: Zoneminder 1.24.2 for FreeBSD 8.0-RELEASE
- Replies: 8
- Views: 9742
The problem is ELF64
freebsd* | netbsd* | openbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then objfmt='BSD-a.out' else objfmt='ELF' fi ;; There is no check for 64-bit with Freebsd in libjpeg-turbo. It should be something more like the following, for FreeBSD at least .. not sure about 64bit OpenBSD or ...