[ofa-general] Re: [PATCH 3/6] ibutils/ibdm: Fix libibsysapi build

Yevgeny Kliteynik kliteyn at dev.mellanox.co.il
Sun Sep 6 06:13:36 PDT 2009


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 :)

-- Yevgeny



More information about the general mailing list