Commit edd0d118 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

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

parent 57ffb888
...@@ -7,7 +7,7 @@ dist_man_MANS = vmod_std.3 ...@@ -7,7 +7,7 @@ dist_man_MANS = vmod_std.3
vmoddir = $(pkglibdir)/vmods vmoddir = $(pkglibdir)/vmods
vmod_LTLIBRARIES = libvmod_std.la vmod_LTLIBRARIES = libvmod_std.la
libvmod_std_la_LDFLAGS = -avoid-version libvmod_std_la_LDFLAGS = -module -export-dynamic -avoid-version
libvmod_std_la_SOURCES = \ libvmod_std_la_SOURCES = \
vcc_if.c \ vcc_if.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment