Explorar o código

MAPREDUCE-4241. Pipes examples do not compile on Ubuntu 12.04. Contributed by Andrew Bayer

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1336920 13f79535-47bb-0310-9956-ffa450edef68
Eli Collins %!s(int64=13) %!d(string=hai) anos
pai
achega
856dfd7a5b
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 3 0
      CHANGES.txt
  2. 1 1
      src/examples/pipes/Makefile.am

+ 3 - 0
CHANGES.txt

@@ -231,6 +231,9 @@ Release 1.1.0 - unreleased
     HADOOP-6546. BloomMapFile can return false negatives. (Clark Jefcoat
     via suresh)
 
+    MAPREDUCE-4241. Pipes examples do not compile on Ubuntu 12.04.
+    (Andrew Bayer via eli)
+
 Release 1.0.3 - 2012.05.07
 
   NEW FEATURES

+ 1 - 1
src/examples/pipes/Makefile.am

@@ -17,7 +17,7 @@ ACLOCAL_AMFLAGS = -I ../../c++/utils/m4
 AM_CXXFLAGS=-Wall -I$(HADOOP_UTILS_PREFIX)/include \
             -I$(HADOOP_PIPES_PREFIX)/include
 LDADD=-L$(HADOOP_UTILS_PREFIX)/lib -L$(HADOOP_PIPES_PREFIX)/lib \
-      -lhadooppipes -lhadooputils
+      -lhadooppipes -lhadooputils -lcrypto
 
 bin_PROGRAMS= wordcount-simple wordcount-part wordcount-nopipe pipes-sort