Ver Fonte

HADOOP-2352. Remove AC_CHECK_LIB for libz and liblzo to ensure that libhadoop.so doesn't have a dependency on them.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@605672 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy há 17 anos atrás
pai
commit
8418237f7a
4 ficheiros alterados com 163 adições e 616 exclusões
  1. 6 0
      CHANGES.txt
  2. 0 6
      src/native/config.h.in
  3. 157 604
      src/native/configure
  4. 0 6
      src/native/configure.ac

+ 6 - 0
CHANGES.txt

@@ -264,6 +264,12 @@ Trunk (unreleased changes)
     been superceeded by mapred.tasktracker.{map|reduce}.tasks.maximum. 
     (Amareshwari Sri Ramadasu via acmurthy)
 
+    HADOOP-2459. Fix package target so that src/docs/build files are not
+    included in the release.  (nigel)
+
+    HADOOP-2352. Remove AC_CHECK_LIB for libz and liblzo to ensure that
+    libhadoop.so doesn't have a dependency on them. (acmurthy) 
+
 Branch 0.15 (unreleased)
 
   BUG FIXES

+ 0 - 6
src/native/config.h.in

@@ -21,12 +21,6 @@
 /* Define to 1 if you have the `jvm' library (-ljvm). */
 #undef HAVE_LIBJVM
 
-/* Define to 1 if you have the `lzo2' library (-llzo2). */
-#undef HAVE_LIBLZO2
-
-/* Define to 1 if you have the `z' library (-lz). */
-#undef HAVE_LIBZ
-
 /* Define to 1 if you have the <lzo/lzo1a.h> header file. */
 #undef HAVE_LZO_LZO1A_H
 

Diff do ficheiro suprimidas por serem muito extensas
+ 157 - 604
src/native/configure


+ 0 - 6
src/native/configure.ac

@@ -61,12 +61,6 @@ AC_CHECK_LIB([jvm], [JNI_GetCreatedJavaVMs])
 LDFLAGS=$ldflags_bak
 AC_SUBST([JNI_LDFLAGS])
 
-dnl Check for '-lz'
-AC_CHECK_LIB([z], [deflate])
-
-dnl Check for '-llzo2'
-AC_CHECK_LIB([lzo2], [lzo_init])
-
 # Checks for header files.
 dnl Check for Ansi C headers
 AC_HEADER_STDC

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff