From 9215a54c2300baa0e7d95f0eebed0d43827b992a Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 30 Jun 2016 18:05:41 -0400 Subject: [PATCH] revert --- Makefile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.linux b/Makefile.linux index 0db43153..1376260a 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -28,7 +28,7 @@ endif NEEDED_CXXFLAGS += -fPIC ifeq ($(USE_STATIC),yes) - #LIBDIR = /usr/lib + LIBDIR := /usr/lib LDLIBS = $(LIBDIR)/libboost_system.a LDLIBS += $(LIBDIR)/libboost_date_time.a LDLIBS += $(LIBDIR)/libboost_filesystem.a