Author: cmccabe
Date: Thu Aug  8 18:44:06 2013
New Revision: 1511935

URL: http://svn.apache.org/r1511935
Log:
HADOOP-9435.  Support building the JNI code against the IBM JVM.  (Tian Hong 
Wang via Colin Patrick McCabe)

Modified:
    
hadoop/common/branches/branch-2.1-beta/hadoop-hdfs-project/hadoop-hdfs/src/CMakeLists.txt

Modified: 
hadoop/common/branches/branch-2.1-beta/hadoop-hdfs-project/hadoop-hdfs/src/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.1-beta/hadoop-hdfs-project/hadoop-hdfs/src/CMakeLists.txt?rev=1511935&r1=1511934&r2=1511935&view=diff
==============================================================================
--- 
hadoop/common/branches/branch-2.1-beta/hadoop-hdfs-project/hadoop-hdfs/src/CMakeLists.txt
 (original)
+++ 
hadoop/common/branches/branch-2.1-beta/hadoop-hdfs-project/hadoop-hdfs/src/CMakeLists.txt
 Thu Aug  8 18:44:06 2013
@@ -91,6 +91,8 @@ add_dual_library(hdfs
 )
 target_link_dual_libraries(hdfs
     ${JAVA_JVM_LIBRARY}
+    dl
+    pthread
 )
 dual_output_directory(hdfs target/usr/local/lib)
 set(LIBHDFS_VERSION "0.0.0")


Reply via email to