remove jbigi.jar from the classpath so we don't mistakenly extract & overwrite the
libjbigi.so. Yeah, this means that i2psnark uses pure java modPow, but it doesn't do any real heavy lifting anyway, except a DSA signature every 5-10 minutes. whoop de do.
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
<jar destfile="./build/i2psnark.jar" basedir="./build/obj" includes="**/*.class">
|
||||
<manifest>
|
||||
<attribute name="Main-Class" value="org.klomp.snark.Snark" />
|
||||
<attribute name="Class-Path" value="i2p.jar jbigi.jar mstreaming.jar streaming.jar" />
|
||||
<attribute name="Class-Path" value="i2p.jar mstreaming.jar streaming.jar" />
|
||||
</manifest>
|
||||
</jar>
|
||||
</target>
|
||||
|
Reference in New Issue
Block a user