collectd: fix libgcrypt include dir
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
This commit is contained in:
parent
51e67dae00
commit
65172443e2
|
@ -199,7 +199,7 @@ CONFIGURE_ARGS+= \
|
||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK),)
|
ifneq ($(CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK),)
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--with-libgcrypt=$(STAGING_DIR)/include
|
--with-libgcrypt=$(STAGING_DIR)/usr/include
|
||||||
else
|
else
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--without-libgcrypt
|
--without-libgcrypt
|
||||||
|
|
Loading…
Reference in New Issue