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:
parent
cd975d4b64
commit
4c662fd3fe
|
@ -580,6 +580,8 @@ Release 2.0.5-beta - UNRELEASED
|
||||||
HDFS-4695. TestEditLog leaks open file handles between tests.
|
HDFS-4695. TestEditLog leaks open file handles between tests.
|
||||||
(Ivan Mitic via suresh)
|
(Ivan Mitic via suresh)
|
||||||
|
|
||||||
|
HDFS-4737. JVM path embedded in fuse binaries. (Sean Mackrory via atm)
|
||||||
|
|
||||||
Release 2.0.4-alpha - UNRELEASED
|
Release 2.0.4-alpha - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -16,6 +16,8 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
set(CMAKE_SKIP_RPATH TRUE)
|
||||||
|
|
||||||
# Find Linux FUSE
|
# Find Linux FUSE
|
||||||
IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
IF (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||||
find_package(PkgConfig REQUIRED)
|
find_package(PkgConfig REQUIRED)
|
||||||
|
|
Loading…
Reference in New Issue