From 3390cc15c7a0b2d0eb4da5ddc21f14e79a17d3cb Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 25 Aug 2014 13:17:53 +0000 Subject: [PATCH] If we find protobuf in /usr/local then also set -L to there. git-svn-id: file:///svn/unbound/trunk@3218 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure | 1 + dnstap/dnstap.m4 | 1 + 2 files changed, 2 insertions(+) diff --git a/configure b/configure index 3096c9982..709288cb1 100755 --- a/configure +++ b/configure @@ -19958,6 +19958,7 @@ else else if test -f /usr/local/include/google/protobuf-c/protobuf-c.h; then CFLAGS="$CFLAGS -I/usr/local/include/google" + LDFLAGS="$LDFLAGS -L/usr/local/lib" fi fi diff --git a/dnstap/dnstap.m4 b/dnstap/dnstap.m4 index ea044e97a..9ca6d2790 100644 --- a/dnstap/dnstap.m4 +++ b/dnstap/dnstap.m4 @@ -36,6 +36,7 @@ AC_DEFUN([dt_DNSTAP], else if test -f /usr/local/include/google/protobuf-c/protobuf-c.h; then CFLAGS="$CFLAGS -I/usr/local/include/google" + LDFLAGS="$LDFLAGS -L/usr/local/lib" fi fi ]) -- 2.47.2