[ofa-general] Re: [PATCH 3/6] ibutils/ibdm: Fix libibsysapi build
sebastien dugue
sebastien.dugue at bull.net
Sun Sep 6 23:25:00 PDT 2009
On Sun, 06 Sep 2009 16:13:36 +0300
Yevgeny Kliteynik <kliteyn at dev.mellanox.co.il> wrote:
> Sebastien,
>
> sebastien dugue wrote:
> > Add libibdmcom linker path to allow build under FC11.
> >
> > Signed-off-by: Sebastien Dugue <sebastien.dugue at bull.net>
> > ---
> > ibdm/src/Makefile.am | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/ibdm/src/Makefile.am b/ibdm/src/Makefile.am
> > index 8b2f9ba..b763387 100644
> > --- a/ibdm/src/Makefile.am
> > +++ b/ibdm/src/Makefile.am
> > @@ -61,7 +61,7 @@ ibnlparse_SOURCES = test_ibnl_parser.cpp
> > lib_LTLIBRARIES = libibsysapi.la
> > libibsysapi_la_SOURCES = ibsysapi.cpp
> > libibsysapi_la_LDFLAGS = -version-info 1:0:0
> > -libibsysapi_la_LIBADD = -libdmcom
> > +libibsysapi_la_LIBADD = -L../ibdm -libdmcom
>
> This problem was already pointed out by Dale Purdy,
> and I already fixed it based on his suggestion.
> In fact, my fix is the same as yours :)
Great! I haven't noticed it.
Thanks,
Sebastien.
>
> -- Yevgeny
>
More information about the general
mailing list