added BOOST_LIB_SYSTEM to the linker for support of boost 1.52.0

This commit is contained in:
rnc 2013-01-24 10:52:43 +00:00
parent f5335851f1
commit af15920c77
2 changed files with 5 additions and 2 deletions

View File

@ -63,7 +63,8 @@ libMeshDriverMED_la_CPPFLAGS = \
libMeshDriverMED_la_LDFLAGS = \
$(BOOST_LIBS) \
../Driver/libMeshDriver.la \
$(MED_LDFLAGS) -lMEDWrapper -lMEDWrapperBase -lMEDWrapper_V2_2 -lMEDWrapper_V2_1
$(MED_LDFLAGS) -lMEDWrapper -lMEDWrapperBase -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 \
$(BOOST_LIB_SYSTEM)
MED_Test_CPPFLAGS = \
@ -82,5 +83,6 @@ MED_Test_LDADD = \
-lMEDWrapper \
-lMEDWrapperBase \
-lMEDWrapper_V2_2 \
-lMEDWrapper_V2_1
-lMEDWrapper_V2_1 \
$(BOOST_LIB_SYSTEM)

View File

@ -95,5 +95,6 @@ libSMESHimpl_la_LDFLAGS = \
$(DriverCGNS_LIB) \
../SMESHUtils/libSMESHUtils.la \
$(BOOST_LIB_THREAD) \
$(BOOST_LIB_SYSTEM) \
$(GEOM_LDFLAGS) -lNMTTools \
$(CAS_LDPATH) -lTKShHealing -lTKPrim -lTKG2d -lTKCDF