[master] edd0d11 Give libtool hints about this library is dl-opened at runtime like a module.

Martin Blix Grydeland martin at varnish-cache.org
Mon Jun 6 14:57:28 CEST 2011


commit edd0d11803810d30566c883a9b6d1fcbdc12b69f
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Mon Jun 6 14:53:35 2011 +0200

    Give libtool hints about this library is dl-opened at runtime like a module.

diff --git a/lib/libvmod_std/Makefile.am b/lib/libvmod_std/Makefile.am
index 49699cb..c9979fa 100644
--- a/lib/libvmod_std/Makefile.am
+++ b/lib/libvmod_std/Makefile.am
@@ -7,7 +7,7 @@ dist_man_MANS = vmod_std.3
 vmoddir = $(pkglibdir)/vmods
 vmod_LTLIBRARIES = libvmod_std.la
 
-libvmod_std_la_LDFLAGS = -avoid-version
+libvmod_std_la_LDFLAGS = -module -export-dynamic -avoid-version
 
 libvmod_std_la_SOURCES = \
 	vcc_if.c \



More information about the varnish-commit mailing list