From c9c35a3e5a23081ee6dedbc2b61b6cc9b08b0f92 Mon Sep 17 00:00:00 2001 From: kytv <kytv@mail.i2p> Date: Sat, 28 May 2011 17:26:24 +0000 Subject: [PATCH] jcpuid: minor edits so that compilation will work with Debian kFreeBSD --- core/c/jcpuid/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/c/jcpuid/build.sh b/core/c/jcpuid/build.sh index 244eb07b2..8d14ac692 100755 --- a/core/c/jcpuid/build.sh +++ b/core/c/jcpuid/build.sh @@ -9,6 +9,8 @@ Linux*) echo "Building linux .so's";; FreeBSD*) echo "Building freebsd .so's";; +*kFreeBSD*) + echo "Building kFreebsd .so's";; *) echo "Unsupported build environment" exit;; @@ -34,7 +36,7 @@ FreeBSD*) INCLUDES="-I. -Iinclude -I$JAVA_HOME/include/ -I$JAVA_HOME/include/freebsd/" LINKFLAGS="-shared -static -Wl,-soname,libjcpuid-x86-freebsd.so" LIBFILE="lib/freenet/support/CPUInformation/libjcpuid-x86-freebsd.so";; -Linux*) +*kFreeBSD*|Linux*) COMPILEFLAGS="-fPIC -Wall" INCLUDES="-I. -Iinclude -I$JAVA_HOME/include -I$JAVA_HOME/include/linux" LINKFLAGS="-shared -Wl,-soname,libjcpuid-x86-linux.so" -- GitLab