freeipmi-devel
[Top][All Lists]
Advanced

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

[Freeipmi-devel] [PATCH] build: do not use -module to link libfreeipmi.


From: Diego Elio Pettenò
Subject: [Freeipmi-devel] [PATCH] build: do not use -module to link libfreeipmi.
Date: Mon, 5 Sep 2011 09:37:13 +0200

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 
-- 
1.7.6.1




reply via email to

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