source:
debian/patches/0003-renaming-jcpuid.patch
@
c1da7f7
Last change on this file since c1da7f7 was c1da7f7, checked in by , 8 years ago | |
---|---|
|
|
File size: 867 bytes |
-
core/c/jcpuid/build.sh
From: Kill Your TV <killyourtv@i2pmail.org> Date: Tue, 24 May 2011 21:26:10 +0000 Subject: rename jcpuid --- core/c/jcpuid/build.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)
a b 74 74 exit 0;; 75 75 esac 76 76 77 LINKFLAGS="-shared -Wl,-soname,libjcpuid-${ARCH}-${UNIXTYPE}.so" 78 if [ $KFREEBSD -eq 1 ]; then 79 LIBFILE="lib/freenet/support/CPUInformation/libjcpuid-${ARCH}-kfreebsd.so" 80 else 81 LIBFILE="lib/freenet/support/CPUInformation/libjcpuid-${ARCH}-${UNIXTYPE}.so" 82 fi 77 LINKFLAGS="-shared -Wl,-soname,libjcpuid.so" 78 LIBFILE="../jbigi/libjcpuid.so" 83 79 COMPILEFLAGS="-fPIC -Wall" 84 80 INCLUDES="-I. -Iinclude -I${JAVA_HOME}/include -I${JAVA_HOME}/include/${UNIXTYPE}";; 85 81 esac
Note: See TracBrowser
for help on using the repository browser.