rework patch to deal with my earlier changes to jcpuid's build.sh

This commit is contained in:
kytv
2012-05-30 20:42:06 +00:00
parent f14ff31a20
commit 9f1c95c829

View File

@@ -8,10 +8,10 @@ Subject: rename jcpuid
--- a/core/c/jcpuid/build.sh
+++ b/core/c/jcpuid/build.sh
@@ -83,8 +83,8 @@
echo "and/or set JAVA_HOME then re-run this script."
exit 1
fi
@@ -65,8 +65,8 @@
exit 1;;
esac
- LINKFLAGS="-shared -Wl,-soname,libjcpuid-${ARCH}-${UNIXTYPE}.so"
- LIBFILE="lib/freenet/support/CPUInformation/libjcpuid-${ARCH}-${UNIXTYPE}.so"
+ LINKFLAGS="-shared -Wl,-soname,libjcpuid.so"