From 1f58b4d869a47d2f95621512455d52eb7c3546d9 Mon Sep 17 00:00:00 2001 From: emelcher Date: Thu, 1 Jul 2021 09:19:55 -0300 Subject: configure for boost lib --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 6ef2319..b124991 100644 --- a/Makefile.in +++ b/Makefile.in @@ -96,7 +96,7 @@ VPATH := $(addprefix $(src_dir)/, $(sprojs_enabled)) default-CFLAGS := -DPREFIX=\"$(prefix)\" -Wall -Wno-unused -g -O2 -fPIC default-CXXFLAGS := $(default-CFLAGS) -std=c++11 -mcppbs-CPPFLAGS := @CPPFLAGS@ +mcppbs-CPPFLAGS := @CPPFLAGS@ @BOOST_CPPFLAGS@ mcppbs-CFLAGS := $(default-CFLAGS) @CFLAGS@ mcppbs-CXXFLAGS := $(default-CXXFLAGS) @CXXFLAGS@ @@ -118,12 +118,12 @@ COMPILE_C := $(CC) -MMD -MP $(all-c-flags) $(sprojs_include) # - LDFLAGS : Flags for the linker (eg. -L) # - LIBS : Library flags (eg. -l) -mcppbs-LDFLAGS := @LDFLAGS@ +mcppbs-LDFLAGS := @LDFLAGS@ @BOOST_LDFLAGS@ all-link-flags := $(mcppbs-LDFLAGS) $(LDFLAGS) comma := , LD := $(CXX) -LIBS := @LIBS@ +LIBS := @LIBS@ @BOOST_ASIO_LIB@ @BOOST_REGEX_LIB@ LINK := $(LD) -L. $(all-link-flags) -Wl,-rpath,$(install_libs_dir) $(patsubst -L%,-Wl$(comma)-rpath$(comma)%,$(filter -L%,$(LDFLAGS))) # Library creation -- cgit v1.1