[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] 01/01: Fixing pthread linking fail for check_memcached.

Bernd Zeimetz bernd at bzed.de
Wed Aug 12 08:23:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

bzed pushed a commit to branch master
in repository pkg-nagios-plugins-contrib.

commit 94c0879988cc78d1696229f68006d5e9af5affe7
Author: Bernd Zeimetz <bernd at bzed.de>
Date:   Wed Aug 12 10:23:29 2015 +0200

    Fixing pthread linking fail for check_memcached.
---
 check_memcached/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check_memcached/Makefile b/check_memcached/Makefile
index 42728cb..82fd410 100644
--- a/check_memcached/Makefile
+++ b/check_memcached/Makefile
@@ -1,6 +1,6 @@
 #/usr/bin/make -f
 CLEANFILES = check_memcached check_memcached.c
-LIBS += -lmemcached
+LIBS += $(shell pkg-config --libs libmemcached) -lpthread
 
 include ../common.mk
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins-contrib.git



More information about the Pkg-nagios-changes mailing list