[master] c74b02a Add -rpath to libvmod_debug_la_LDFLAGS, which forces creation of a .so
Tollef Fog Heen
tfheen at varnish-cache.org
Mon Jun 18 14:59:01 CEST 2012
commit c74b02adcdb7bdcaa53b5cd45de64e2295798251
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date: Mon Jun 18 14:58:22 2012 +0200
Add -rpath to libvmod_debug_la_LDFLAGS, which forces creation of a .so
diff --git a/lib/libvmod_debug/Makefile.am b/lib/libvmod_debug/Makefile.am
index ada2a56..23a6d53 100644
--- a/lib/libvmod_debug/Makefile.am
+++ b/lib/libvmod_debug/Makefile.am
@@ -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 \
More information about the varnish-commit
mailing list