HDFS-4737. JVM path embedded in fuse binaries. Contributed by Sean Mackrory.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1471215 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Aaron Myers 2013-04-24 00:47:13 +00:00
parent cd975d4b64
commit 4c662fd3fe
2 changed files with 4 additions and 0 deletions

View File

@ -580,6 +580,8 @@ Release 2.0.5-beta - UNRELEASED
HDFS-4695. TestEditLog leaks open file handles between tests.
(Ivan Mitic via suresh)
HDFS-4737. JVM path embedded in fuse binaries. (Sean Mackrory via atm)
Release 2.0.4-alpha - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -16,6 +16,8 @@
# limitations under the License.
#
set(CMAKE_SKIP_RPATH TRUE)
# Find Linux FUSE
IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
find_package(PkgConfig REQUIRED)