From: Dave Watson Date: Mon, 22 Apr 2013 22:05:36 +0000 (-0700) Subject: Update build for Ubuntu 12.10. 12.04 seems to no longer compile X-Git-Tag: v0.22.0~914 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5b065dbe85da372ec5983ef3da2b2e4f63a7e58f;p=folly.git Update build for Ubuntu 12.10. 12.04 seems to no longer compile Summary: Dave Watson put this in github a few months ago. Test Plan: None Reviewed By: delong.j@fb.com FB internal diff: D912681 --- diff --git a/folly/test/Makefile.am b/folly/test/Makefile.am index 9e147d62..cf1c2b5c 100644 --- a/folly/test/Makefile.am +++ b/folly/test/Makefile.am @@ -18,6 +18,7 @@ lib_LTLIBRARIES = libgtestmain.la libgtest.la libgtestmain_la_CPPFLAGS = -Igtest-1.6.0 -Igtest-1.6.0/src libgtestmain_la_SOURCES = gtest-1.6.0/src/gtest-all.cc gtest-1.6.0/src/gtest_main.cc +libgtestmain_la_LIBADD = -lpthread libgtest_la_CPPFLAGS = -Igtest-1.6.0 -Igtest-1.6.0/src libgtest_la_SOURCES = gtest-1.6.0/src/gtest-all.cc