From c3f2d0e714514ce3fcfe0a210057d8b3a8aaf308 Mon Sep 17 00:00:00 2001 From: Vincent Brillault Date: Sat, 14 Feb 2015 09:08:55 +0100 Subject: [PATCH] Turbostat: adapt src/Makefile.am as per 4de560d2c --- src/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6a5c53ab..4848be10 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1063,9 +1063,7 @@ endif if BUILD_PLUGIN_TURBOSTAT pkglib_LTLIBRARIES += turbostat.la turbostat_la_SOURCES = turbostat.c -turbostat_la_LDFLAGS = -module -avoid-version -collectd_LDADD += "-dlopen" turbostat.la -collectd_DEPENDENCIES += turbostat.la +turbostat_la_LDFLAGS = $(PLUGIN_LDFLAGS) endif if BUILD_PLUGIN_UNIXSOCK -- 2.11.0