From 748284170a86a8caf8d96e250e994d35b314d2f4 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Mon, 12 Nov 2012 22:22:01 +0000 Subject: [PATCH] HDFS-4164. fuse_dfs: add -lrt to the compiler command line on Linux. Contributed by Colin Patrick McCabe git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1408478 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++++- .../hadoop-hdfs/src/main/native/fuse-dfs/CMakeLists.txt | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 606e0006a99..e614430aeb6 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -220,7 +220,11 @@ Release 2.0.3-alpha - Unreleased HDFS-4162. Some malformed and unquoted HTML strings are returned from datanode web ui. (Darek Dagit via suresh) - + HDFS-4164. fuse_dfs: add -lrt to the compiler command line on Linux. + (Colin Patrick McCabe via eli) + +Release 2.0.2-alpha - 2012-09-07 + INCOMPATIBLE CHANGES HDFS-3446. HostsFileReader silently ignores bad includes/excludes diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/CMakeLists.txt b/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/CMakeLists.txt index f3a398667b5..39828dcd66c 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/CMakeLists.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/CMakeLists.txt @@ -70,6 +70,7 @@ IF(FUSE_FOUND) hdfs m pthread + rt ) add_executable(test_fuse_dfs test/test_fuse_dfs.c