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ò <[email protected]>
---
 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


_______________________________________________
Freeipmi-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/freeipmi-devel

Reply via email to