From 5b065dbe85da372ec5983ef3da2b2e4f63a7e58f Mon Sep 17 00:00:00 2001 From: Dave Watson Date: Mon, 22 Apr 2013 15:05:36 -0700 Subject: [PATCH] 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 --- folly/test/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1