From 39786ac65d2d105192f684c1c591363835e18f09 Mon Sep 17 00:00:00 2001 From: Tudor Bosman Date: Sun, 26 Aug 2012 11:04:37 -0700 Subject: [PATCH] Fix fedora / ubuntu build Test Plan: yes Reviewed By: andrewjcg@fb.com FB internal diff: D558628 --- folly/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/test/Makefile.am b/folly/test/Makefile.am index f4a53b57..e2da2ebd 100644 --- a/folly/test/Makefile.am +++ b/folly/test/Makefile.am @@ -174,7 +174,7 @@ cpuid_test_LDADD = libgtestmain.la $(top_builddir)/libfolly.la TESTS += cpuid_test spooky_hash_test_SOURCES = SpookyHashTest.cpp -spooky_hash_test_LDADD = $(top_builddir)/libfolly.la +spooky_hash_test_LDADD = -lrt $(top_builddir)/libfolly.la TESTS += spooky_hash_test check_PROGRAMS= $(TESTS) -- 2.34.1