From 441abe62d68a6c97159d4271d05eeef1b4106fbb Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 1 Mar 2011 12:41:34 +0000 Subject: [PATCH] 0021196: [CEA 456] Integration and merge modification for debian packages - #undef SEEK_SET - #undef SEEK_CUR - #undef SEEK_END No idea why these are undef'd, they break the build when using OpenMPI. --- src/Communication_SWIG/libSALOME_Comm.i | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Communication_SWIG/libSALOME_Comm.i b/src/Communication_SWIG/libSALOME_Comm.i index f759381c4..6c2547d06 100644 --- a/src/Communication_SWIG/libSALOME_Comm.i +++ b/src/Communication_SWIG/libSALOME_Comm.i @@ -27,9 +27,6 @@ %{ #include "ReceiverFactory.hxx" #include "MatrixClient.hxx" - #undef SEEK_SET - #undef SEEK_CUR - #undef SEEK_END #include "SALOME_Comm_i.hxx" #include "SALOMEMultiComm.hxx" #include "SenderFactory.hxx" -- 2.39.2