freeipmi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freeipmi-devel] [PATCH] build: do not use -module to link libfreeip


From: Albert Chu
Subject: Re: [Freeipmi-devel] [PATCH] build: do not use -module to link libfreeipmi.
Date: Tue, 06 Sep 2011 10:26:52 -0700

Hi Diego,

Thanks.  Applied.  It'll be in the next release of FreeIPMI.  I just
released 1.0.6 last week, so unless there is urgency, I'll wait a bit to
release.

Al

On Mon, 2011-09-05 at 00:37 -0700, Diego Elio Pettenò wrote:
> The -module option is used to tell libtool that the library is not to be
> used to link against, but only loaded at runtime, which is not the case for
> this library.
> 
> Signed-off-by: Diego Elio Pettenò <address@hidden>
> ---
>  libfreeipmi/src/Makefile.am |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/libfreeipmi/src/Makefile.am b/libfreeipmi/src/Makefile.am
> index 6f0953c..1fe26ca 100644
> --- a/libfreeipmi/src/Makefile.am
> +++ b/libfreeipmi/src/Makefile.am
> @@ -26,7 +26,6 @@ endif
>  lib_LTLIBRARIES = libfreeipmi.la
>  
>  libfreeipmi_la_LDFLAGS = \
> -     -module \
>       -version-info @LIBFREEIPMI_VERSION_INFO@ $(VERSION_FLAGS) \
>       $(OTHER_FLAGS) \
>       -lm 
-- 
Albert Chu
address@hidden
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory





reply via email to

[Prev in Thread] Current Thread [Next in Thread]