diff options
author | Dave Barach <dave@barachs.net> | 2016-02-02 10:57:15 -0500 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-02-02 21:36:00 +0000 |
commit | b10277dedc04da0c4334fadf2ac6b18a453f6491 (patch) | |
tree | d8e043df2cb2d15981391fd34f85df378239e364 /build-data/packages/gmod.mk | |
parent | 0bcc9d511e52a9832e723825b4c84d9332d7025b (diff) |
Enable ganglia module integration build
Change-Id: Ia49e9f246e8318ba74195c3397472fb0c102389b
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'build-data/packages/gmod.mk')
-rw-r--r-- | build-data/packages/gmod.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-data/packages/gmod.mk b/build-data/packages/gmod.mk index 3f9a9f7f1fe..a6ba42d093b 100644 --- a/build-data/packages/gmod.mk +++ b/build-data/packages/gmod.mk @@ -3,7 +3,7 @@ gmod_configure_depend = vppinfra-install svm-install gmod_configure_args = --libdir=$(PACKAGE_INSTALL_DIR)/$(arch_lib_dir)/ganglia gmod_CPPFLAGS = $(call installed_includes_fn, vppinfra svm) -gmod_CPPFLAGS += -I/usr/include/apr-1.0 -I/usr/include +gmod_CPPFLAGS += -I/usr/include/apr-1.0 -I/usr/include/apr-1 -I/usr/include gmod_LDFLAGS = $(call installed_libs_fn, vppinfra svm) gmod_image_include = echo $(arch_lib_dir)/ganglia/libgmodvpp.so etc |