From f1687b9199ce84aa76e5ee0f0520cf4b135f4b9c Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 22 Dec 2008 17:43:30 +0000 Subject: [PATCH] ebl Add CPPFLAGS to compile bpipe module git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8230 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/plugins/fd/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/plugins/fd/Makefile.in b/bacula/src/plugins/fd/Makefile.in index dc7ea54c74..f23d3b6881 100644 --- a/bacula/src/plugins/fd/Makefile.in +++ b/bacula/src/plugins/fd/Makefile.in @@ -40,7 +40,7 @@ bpipe-fd.o: bpipe-fd.c ${FDDIR}/fd_plugins.h $(CXX) $(DEFS) $(DEBUG) $(CPPFLAGS) -fPIC -I../.. -I${FDDIR} -c bpipe-fd.c bpipe-fd.lo: bpipe-fd.c ${FDDIR}/fd_plugins.h - $(LIBTOOL_COMPILE) $(CXX) $(DEFS) $(DEBUG) $(CFLAGS) -I../.. -I${FDDIR} -c bpipe-fd.c + $(LIBTOOL_COMPILE) $(CXX) $(DEFS) $(DEBUG) $(CPPFLAGS) $(CFLAGS) -I../.. -I${FDDIR} -c bpipe-fd.c bpipe-fd.la: Makefile bpipe-fd$(DEFAULT_OBJECT_TYPE) $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -shared bpipe-fd.lo -o $@ -rpath $(plugindir) -module -export-dynamic -avoid-version -- 2.39.5