Skip to content

Commit

Permalink
Merge pull request cloudius-systems#3 from penberg/fix-cassandra-jna
Browse files Browse the repository at this point in the history
cassandra: Fix JNA link errors by downgrading to 3.2.7
  • Loading branch information
tgrabiec committed Dec 5, 2013
2 parents 5ed482d + 166885c commit 969d24b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cassandra/GET
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ cd apache-cassandra-$VERSION
patch -p1 < ../../cassandra-osv.patch
cd ..

wget https://maven.java.net/content/repositories/releases/net/java/dev/jna/jna/4.0.0/jna-4.0.0.jar
wget http://download.java.net/maven/2/net/java/dev/jna/jna/3.2.7/jna-3.2.7.jar
cd ..
#rm -r upstream
2 changes: 1 addition & 1 deletion cassandra/usr.manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/usr/cassandra/lib/**: ${MODULE_DIR}/upstream/apache-cassandra-1.2.6/lib/**
/usr/cassandra/conf/**: ${MODULE_DIR}/upstream/apache-cassandra-1.2.6/conf/**
/usr/cassandra/lib/jna-4.0.0.jar: ${MODULE_DIR}/upstream/jna-4.0.0.jar
/usr/cassandra/lib/jna-3.2.7.jar: ${MODULE_DIR}/upstream/jna-3.2.7.jar

0 comments on commit 969d24b

Please sign in to comment.