Commit c74b02ad authored by Tollef Fog Heen's avatar Tollef Fog Heen

Add -rpath to libvmod_debug_la_LDFLAGS, which forces creation of a .so

parent b71cb6a8
......@@ -10,7 +10,7 @@ vmod_srcdir = $(top_srcdir)/lib/libvmod_debug
vmodtool = $(top_srcdir)/lib/libvcl/vmodtool.py
noinst_LTLIBRARIES = libvmod_debug.la
libvmod_debug_la_LDFLAGS = -module -export-dynamic -avoid-version
libvmod_debug_la_LDFLAGS = -module -export-dynamic -avoid-version -rpath /nowhere
libvmod_debug_la_SOURCES = \
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