Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 1039dd3

Browse files
committed
Give libtool hint about this library is dl-opened at runtime like a module.
1 parent 9990f22 commit 1039dd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ INCLUDES = -I$(VARNISHSRC)/include -I$(VARNISHSRC)
33
vmoddir = $(VMODDIR)
44
vmod_LTLIBRARIES = libvmod_example.la
55

6-
libvmod_example_la_LDFLAGS = -avoid-version
6+
libvmod_example_la_LDFLAGS = -module -export-dynamic -avoid-version
77

88
libvmod_example_la_SOURCES = \
99
vcc_if.c \

0 commit comments

Comments
 (0)