From f9ffab62f4deb34ab44f15af630711337484a41d Mon Sep 17 00:00:00 2001 From: kytv <kytv@mail.i2p> Date: Sun, 29 May 2011 15:12:46 +0000 Subject: [PATCH] Debian: Refactor jcpuid patch Changes made to patch b/c of kFreeBSD changes to build.sh I recently checked in. --- debian/patches/0007-rename-jcpuid.patch | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/patches/0007-rename-jcpuid.patch b/debian/patches/0007-rename-jcpuid.patch index d856b76ff..da9be556c 100644 --- a/debian/patches/0007-rename-jcpuid.patch +++ b/debian/patches/0007-rename-jcpuid.patch @@ -6,12 +6,10 @@ Subject: rename jcpuid core/c/jcpuid/build.sh | 4 ++-- 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 +++ b/core/c/jcpuid/build.sh -@@ -37,8 +37,8 @@ FreeBSD*) - Linux*) +@@ -39,8 +39,8 @@ + *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" @@ -21,4 +19,3 @@ index 244eb07..827e14b 100755 esac echo "Compiling C code..." --- -- GitLab