I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit f9ffab62 authored by kytv's avatar kytv
Browse files

Debian: Refactor jcpuid patch

Changes made to patch b/c of  kFreeBSD changes to build.sh I recently checked
in.
parent 656292e1
No related branches found
No related tags found
No related merge requests found
...@@ -6,12 +6,10 @@ Subject: rename jcpuid ...@@ -6,12 +6,10 @@ Subject: rename jcpuid
core/c/jcpuid/build.sh | 4 ++-- core/c/jcpuid/build.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-) 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/c/jcpuid/build.sh b/core/c/jcpuid/build.sh
index 244eb07..827e14b 100755
--- a/core/c/jcpuid/build.sh --- a/core/c/jcpuid/build.sh
+++ b/core/c/jcpuid/build.sh +++ b/core/c/jcpuid/build.sh
@@ -37,8 +37,8 @@ FreeBSD*) @@ -39,8 +39,8 @@
Linux*) *kFreeBSD*|Linux*)
COMPILEFLAGS="-fPIC -Wall" COMPILEFLAGS="-fPIC -Wall"
INCLUDES="-I. -Iinclude -I$JAVA_HOME/include -I$JAVA_HOME/include/linux" INCLUDES="-I. -Iinclude -I$JAVA_HOME/include -I$JAVA_HOME/include/linux"
- LINKFLAGS="-shared -Wl,-soname,libjcpuid-x86-linux.so" - LINKFLAGS="-shared -Wl,-soname,libjcpuid-x86-linux.so"
...@@ -21,4 +19,3 @@ index 244eb07..827e14b 100755 ...@@ -21,4 +19,3 @@ index 244eb07..827e14b 100755
esac esac
echo "Compiling C code..." echo "Compiling C code..."
--
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment