projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45b5991
)
Add missing definitions for libnetsnmpagent
author
Dagobert Michelsen
<dam@opencsw.org>
Tue, 2 Jul 2019 11:56:54 +0000
(13:56 +0200)
committer
Matthias Runge
<mrunge@redhat.com>
Fri, 19 Jul 2019 07:31:22 +0000
(09:31 +0200)
(cherry picked from commit
3b05d9f7b7b46e0c4fee296ad2d6f16ecc82173e
)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
cf40722
..
2289aa4
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3972,6
+3972,8
@@
if test "x$with_libnetsnmpagent" = "xyes"; then
fi
if test "x$with_libnetsnmpagent" = "xyes"; then
+ BUILD_WITH_LIBNETSNMPAGENT_CPPFLAGS="$with_libnetsnmpagent_cppflags"
+ BUILD_WITH_LIBNETSNMPAGENT_LDFLAGS="$with_libnetsnmpagent_ldflags"
BUILD_WITH_LIBNETSNMPAGENT_LIBS="-lnetsnmpagent $libnetsnmphelpers"
fi